You could use XOR Linked List concept here. It has space of one data and one
node pointer. So you don't change the structure of the list.


On Tue, Aug 10, 2010 at 11:57 AM, UMESH KUMAR <kumar.umesh...@gmail.com>wrote:

> How to convert Singly link list to Doubly link list without converting
> the Structure of the list ,so possible or not if possible then explain
> soon.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to