Palindrome Partitioning Visualizer

An interactive tool to understand the backtracking algorithm for LeetCode 131.

Execution Log

Enter a string and click Visualize to start.

Current State

s ""
start -
currentList []
i -
sub -
isPalindrome(sub) -

Partitions Found

Results will appear here.