DFS Flashcards
K Sum II - return all the solutions
You know it
Generate parentheses
You know it
Course schedule - total number of ways to get all lessons
You know it
Word search in matrix, dictionary provided, find how many words exist - F
You know it
K sum - return the number of solutions
You know it
Flatten nested list iterator
You know it
Longest increasing sequence in 2D matrix
You know it
K sum
You know it
Combination sum II - each number used once, duplicate numbers but not duplicate combinations
F, G
You know it
Combination sum I - distinct numbers, all positive, can use one number no limited of times, want unique combinations
F, G
You know it
Account merge - F, G
You know it
Clone Graph - F
You know it
Word search I - if a word exists in board - F
You know it