Write a program to reverse a linked list?

Answer Posted / bragaadeesh

Program to reverse a singly list ITERATIVELY,

http://www.technicalypto.com/2010/01/java-program-to-reverse-singly-linked.html

Program to reverse a linked list RECURSIVELY

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

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is runtime errors c++?

815


What does int * mean in c++?

961


What are the implicit member functions of class?

827


What is the C-style character string?

820


How should runtime errors be handled in c++?

851


What is c++ redistributable?

880


Can I run c program in turbo c++?

778


How can we access protected and private members of a class?

849


Can you sort a set c++?

768


What is the main purpose of overloading operators?

816


How does c++ sort work?

759


What is iomanip c++?

818


Can we overload operator in c++?

775


What is helper in c++?

844


Do class declarations end with a semicolon? Do class method definitions?

869