Check if a singly Linked List is a palindrome
A palindrome is a word or a collection of contiguous items which read the same from forward and backward, words like Mom, Wow are common examples of this kind. Checking if a string or array is a palindrome is a trivial task if you have some experienc...
shamimabreaksstuff.hashnode.dev2 min read