Algorithm Practice
CtrlK
  • Introduction
  • Lintcode
  • Leetcode
    • Math
    • Tree
    • Graph
    • Two Pointers
    • Linked List
    • Topological Sort
    • Hash Table
    • Trie
    • Sort
    • Binary Search
    • Heap
    • Breadth First Search
    • Stack
    • Backtracking
      • 10 Regular Expression Matching
      • 17 Letter Combinations of a Phone Number
      • 22 Generate Parentheses
      • 37 Sudoku Solver
      • 39 Combination Sum
      • 40 Combination Sum II
      • 44 Wildcard Matching
      • 46 Permutations
      • 47 Permutations II
      • 51 N-Queens
      • 52 N-Queens II
      • 60 Permutation Sequence
      • 77 Combinations
      • 78 Subsets
      • 79 Word Search
      • 89 Gray Code
      • 90 Subsets II
      • 93 Restore IP Addresses
      • 131 Palindrome Partitioning
      • 212 Word Search II
      • 216 Combination Sum III
      • 254 Factor Combinations
      • 267 Palindrome Permutation II
      • 291 Word Pattern II
      • 320 Generalized Abbreviation
      • 351 Android Unlock Patterns
      • 357 Count Numbers with Unique Digits
      • 401 Binary Watch
      • 411 Minimum Unique Word Abbreviation
      • 425 Word Squares
      • 473 Matchsticks to Square
      • 491 Increasing Subsequences
      • 526 Beautiful Arrangement
      • 679 24 Game
      • 691 Stickers to Spell Word
      • 797 All Paths From Source to Target
    • Dynamic Programming
    • Union Find
    • Scan Line
    • String
    • Reservoir Sampling
    • Recursion
  • Google
Powered by GitBook
On this page

Was this helpful?

  1. Leetcode

Backtracking

10 Regular Expression Matching17 Letter Combinations of a Phone Number22 Generate Parentheses37 Sudoku Solver39 Combination Sum40 Combination Sum II44 Wildcard Matching46 Permutations47 Permutations II51 N-Queens52 N-Queens II60 Permutation Sequence77 Combinations78 Subsets79 Word Search89 Gray Code90 Subsets II93 Restore IP Addresses131 Palindrome Partitioning212 Word Search II216 Combination Sum III254 Factor Combinations267 Palindrome Permutation II291 Word Pattern II320 Generalized Abbreviation351 Android Unlock Patterns357 Count Numbers with Unique Digits401 Binary Watch411 Minimum Unique Word Abbreviation425 Word Squares473 Matchsticks to Square491 Increasing Subsequences526 Beautiful Arrangement679 24 Game691 Stickers to Spell Word797 All Paths From Source to Target
Previous772 Basic Calculator IIINext10 Regular Expression Matching

Last updated 5 years ago

Was this helpful?