This site features a collection of common technical interview questions gathered by a group of programmers who have been through, and given, lots of technical interviews. There is an emphasis on C++ and game programming technical interviews, but most of the questions are relevant to any technical interview.
copy the linked list elements in stack one by one after that remove elements from stack and add to the linked list once again.. finally the list will be in reverse order
1 Comment so far
Leave a comment
copy the linked list elements in stack one by one after that remove elements from stack and add to the linked list once again.. finally the list will be in reverse order
By raghavendra on 05.30.09 3:37 am | Permalink
Leave a comment
If you are including code in your comment, place it within a <div class='code'></div> tag for better formatting.