Hi Every One I keen to know the solution to find out whether Linked List is palindrome or not. Solution should be optimised with respect to time and space. I Would like to have +ve response from group members. Thanks
So have you done any research into the problem or not? Is your list a single linked list, or a double linked list ? Because the solution is boringly trivial for a double linked list.