Practice of Algorithm Problems
Ctrlk
  • Main
  • Array
  • Binary Search
  • Stack
  • Heap
  • Bit Manipulation
  • Greedy
  • String
  • Dynamic Programming
  • Tree
  • Linked List
  • Graph
  • Backtracking
    • 17. Letter Combinations of a Phone Number
    • 26. Generate Parentheses
    • 37. Sudoku Solver
    • 39. Combination Sum
    • 40. Combination Sum II
    • 46. Permutations
    • 47. Permutations II
    • 77. Combinations
    • 93. Restore IP Addresses
    • 140. Word Break II
    • 216. Combination Sum III
    • 241. Different Ways to Add Parentheses
    • 248. Strobogrammatic Number III
    • 254. Factor Combinations
    • 267. Palindrome Permutation II
    • 282. Expression Add Operators
    • 294. Flip Game II
    • 320. Generalized Abbreviation
    • 351. Android Unlock Patterns
    • 491. Increasing Subsequences
    • 679. 24 Game
    • 698. Partition to K Equal Sum Subsets
    • 756. Pyramid Transition Matrix
    • 784. Letter Case Permutation
    • 980. Unique Paths III
    • 1087. Brace Expansion
    • 1219. Path with Maximum Gold
    • 1258. Synonymous Sentences
  • Depth-First-Search & Breadth-First-Search
  • Math
  • Design
  • Old Interview Questions
Powered by GitBook
On this page

Was this helpful?

Backtracking

17. Letter Combinations of a Phone Number26. Generate Parentheses37. Sudoku Solver39. Combination Sum40. Combination Sum II46. Permutations47. Permutations II77. Combinations93. Restore IP Addresses140. Word Break II216. Combination Sum III241. Different Ways to Add Parentheses248. Strobogrammatic Number III254. Factor Combinations267. Palindrome Permutation II282. Expression Add Operators294. Flip Game II320. Generalized Abbreviation351. Android Unlock Patterns491. Increasing Subsequences679. 24 Game698. Partition to K Equal Sum Subsets756. Pyramid Transition Matrix784. Letter Case Permutation980. Unique Paths III1087. Brace Expansion1219. Path with Maximum Gold1258. Synonymous Sentences
Previous1153. String Transforms Into Another StringNext17. Letter Combinations of a Phone Number

Last updated 6 years ago

Was this helpful?