Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Program to check if a Linked List is Palindrome or not
- Linked list is :
- 1 --> 3 --> 5 --> 7 --> 7 --> 7 --> 5 --> 3 --> 1
- The given Linked List is Palindrome
- Program to check if a Linked List is Palindrome or not
- Linked list is :
- 1 --> 3 --> 5 --> 7 --> 7 --> 8 --> 5 --> 3 --> 1
- The given Linked List is not a Palindrome
Add Comment
Please, Sign In to add comment