🔁 Check if a Linked List is a Palindrome – Using Fast & Slow Pointers in C++
Apr 9, 2025 · 3 min read · 🧠 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...
Join discussion


































