Click to See Complete Forum and Search --> : Reversing a Link List


spicy_kid2000
May 10th, 2003, 03:33 AM
hi all..

Am having a doubt . I have a singly link list with me. I want to reverse the link list, without using any arrays. Is there any way to reverse the list , with out making circularly linked/doubly linked.

Thanx in Adv
Spicy_kid

Andreas Masur
May 10th, 2003, 04:13 AM
There were some discussions about that earlier...one example would be this thread (http://www.codeguru.com/forum/showthread.php?s=&threadid=224406)...