Expand Around Center Visualization

This visualization demonstrates the "Expand Around Center" technique for finding palindromes. A palindrome is a string that reads the same backward as forward. We'll use the example string "racecar".

The algorithm starts from a center position and expands outward, checking if characters on both sides match. If they do, we continue expanding until we find the full palindrome.