Skip to main content

3 docs tagged with "palindrome"

View all tags

Advanced Backtracking

Master advanced backtracking techniques including word search, palindrome partitioning, constraint propagation, and branch-and-bound optimization.

Linked List Advanced Techniques

Master advanced linked list techniques including fast-slow pointers, list partitioning, reversal ranges, and LRU cache implementation.

Two Pointers Technique

Master the two pointers approach for efficiently solving array and string problems by reducing time complexity from O(n²) to O(n).