|
-
few Qs. on circular doubly linked list
Hello ..
I've got some Qs.
assume that we have this Doubly linked list

what will happened if we apply the following ?
1- list->next->next->next=list->prev
and then we apply to the new list
2- list->prev->prev->prev=list->next->next->next->prev
and then ..
3- list->next->next->next->prev=list->prev->prev->prev
and then..
4- list->next=list->next->next
and finally ..
5- list->next->prev->next=list->next->next->next
thank you
Last edited by Qatar; 10-17-2005 at 01:43 PM.
Similar Threads
-
Replies: 2
Last Post: 03-31-2005, 05:17 PM
-
By white94cam in forum C++
Replies: 2
Last Post: 03-30-2005, 11:02 PM
-
Replies: 0
Last Post: 07-20-2001, 08:42 AM
-
By Larry Rebich in forum vb.announcements
Replies: 1
Last Post: 06-28-2001, 01:22 PM
-
By Hemant in forum VB Classic
Replies: 0
Last Post: 10-11-2000, 03:38 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks