0% found this document useful (0 votes)
2 views2 pages

LeetCode Backtracking Patterns (1)

The document categorizes LeetCode problems related to backtracking into 15 distinct patterns, including subsets, permutations, combination sums, and palindrome partitioning. Each category lists specific problem numbers associated with that pattern. This serves as a reference for practicing backtracking techniques in coding challenges.

Uploaded by

md2004sameer01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

LeetCode Backtracking Patterns (1)

The document categorizes LeetCode problems related to backtracking into 15 distinct patterns, including subsets, permutations, combination sums, and palindrome partitioning. Each category lists specific problem numbers associated with that pattern. This serves as a reference for practicing backtracking techniques in coding challenges.

Uploaded by

md2004sameer01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

LeetCode Backtracking Patterns - Categorized

1. Subsets / Subsequences

78, 90, 491, 698, 1319, 216, 377, 557

2. Permutations

46, 47, 60, 31, 254, 1053, 1079, 1239

3. Combination Sum

39, 40, 216, 377, 494, 322, 139, 472

4. Palindrome Partitioning

131, 132, 267, 864, 93, 1626, 627, 214

5. Word Search / Trie Backtracking

79, 212, 277, 291, 241, 306, 140, 30

6. N-Queens / Chessboard

51, 52, 52, 802, 631, 689, 375, 491

7. Sudoku Solver / Latin Square

37, 36, 332

8. Restore IP Addresses / Numeric Partition

93, 254, 228, 216, 282

9. Gray Code / Bit Manipulation

89, 483, 422

10. Letter Combinations / Letter Permutations


LeetCode Backtracking Patterns - Categorized

17, 784, 893, 822

11. Generate Parentheses / Valid Parentheses Sequencing

22, 70, 301, 228

12. Combinations

77, 153, 154, 155, 156, 157, 158, 159

13. Expression Add Operators / Operator Insertion

282, 516, 772

14. Increasing Subsequences / Strictly Increasing Paths

491, 300, 518

15. Partition to K Equal Sum Subsets / K-Group Partition

698, 840, 915

You might also like