CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Posts
    347

    Reversing a Link List

    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

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    There were some discussions about that earlier...one example would be 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
  •  





Click Here to Expand Forum to Full Width

Featured