Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 131. Palindrome Partitioning
Partition the input string s into substrings so that every substring is a palindrome, and return all possible such partitions. This is typically solved by exploring an exponential search space (n ≤ 16) via backtracking/DFS with palindrome checks (often optimized by DP).
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.