|
-
December 22nd, 2010, 01:10 AM
#1
circular linked list.
Can we delete an element in a circular linked list, if yes how are we supposed to do that?
-
December 22nd, 2010, 03:29 AM
#2
Re: circular linked list.
 Originally Posted by aravindan333
Can we delete an element in a circular linked list, if yes how are we supposed to do that?
Sure you can. What do you consider to be the problem?
-
December 22nd, 2010, 01:02 PM
#3
Re: circular linked list.
Just any other linked list. Remove the node, and re-adjust the pointers in the remaining nodes that pointed to the removed node.
Viggy
Tags for this Thread
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
|
Click Here to Expand Forum to Full Width
|