🌃
Limited Algorithm
Ctrlk
  • Summary
  • Hash & TreeMap
  • Queue &Stack & PQ
  • Hybrid Data Structure
  • Graph
  • Graph Backtracking and Others
    • Graph Theory XIII-XIV DFS Backtracking I
    • Graph Theory XIV DFS3 Backtracking II Combination and Permutation
    • Graph Theory XV DFS Backtracking III Iterator
    • Graph Theory XVI BackTracking IV
    • Graph Theory XVII Backtracking V
      • Part I 马甲题
      • Question 1 Problem Beautiful Arrangement
      • Problem 2 Infinite Loop Around the Dinner Table
      • Question 3 Letter Case Permutation
      • Part II: Pad/Board/Gamming(N Queens 母题)
      • Question 1 Letter Combination of a Phone Number
      • Problem 2 Grid Illumination
      • Problem 3 Minimum time to finish all jobs
    • Trie
  • Tree
  • Pure Recursion & Backtracking
  • Dynamic Programming
  • Others
  • Array& LinkedList & String
  • Adavance Two Pointer
  • Advance Sliding Window
  • Advance Binary Search
  • Advance Young's Matrix
  • Java Knowledge
Powered by GitBook
On this page
  1. Graph Backtracking and Others
  2. Graph Theory XVII Backtracking V

Question 1 Letter Combination of a Phone Number

PreviousPart II: Pad/Board/Gamming(N Queens 母题)NextProblem 2 Grid Illumination