🧠 Introduction ( What is palindrome?)A palindrome is a sequence that reads the same backward as forward. For example:121, racecar, madam are palindromes and 123, hello are not.
⚙️ Problem Statement
Given a singly linked list, determine whether it f...