Tag Archives: function to check if a singly linked list is palindrome

Write a C Program to check linked list is Palindrome or not

Check linked list is Palindrome or not Write a C Program to check linked list is Palindrome or not. Here’s simple Program to check linked list is Palindrome or not in C Programming Language. What is Linked List ? Linked list is a linear data structure that contains sequence of elements such that each element links to… Read More »