Reverse singly linked list

Post date: Aug 7, 2012 12:33:29 AM

Walk the original list and reconnect them in the new reverse list url. The strategy can be done with the fewer number of variable here.

This can be done recursively too: url.

This website provides very good illustrator on recursive-style reverse linked list:

http://www.technicalypto.com/2010/03/reverse-singly-linked-list-recursively.html?m=1

The website contains some questions on linked list

http://www.technicalypto.com/search/label/linked%20list