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
|
Newbie Member
|
|
| 7Dec2007,16:54 | #1 |
|
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
|
|
Ambitious contributor
|
|
| 7Dec2007,17:16 | #2 |
|
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. |
|
Newbie Member
|
|
| 10Dec2007,14:47 | #3 |
|
Quote:
Originally Posted by Salem |