Please see my code...in palindrome function can i traverse fast* backwards..if i can,then it would be very easy to solve?

@garganshul151
Yes you can. You have to create a doubly linked list. This is an upgraded form of linked list where a node contains the addresses of both the next node as well as the previous node.

If my answer was able to resolve your query, please mark the doubt as resolved.

can i solve this question using doubly LL?

@garganshul151
Yes, you will be able to solve it.