๐ 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
