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
What does return 0 do in c++?
What is private, public and protected inheritance?
Is java easier than c++?
What is #include iomanip?
What is a driver program?
what are the iterator and generic algorithms.
What is function prototyping?
What is the best c++ compiler?
Is arr and &arr are same expression for an array?
What is the purpose of extern storage specifier?
Are there interfaces in c++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What sorting algorithm does c++ use?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is the use of dot in c++?