DEV Community

# backtracking

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
代码随想录day27 | 39. Combination Sum, 40. Combination Sum II, 131. Palindrome Partitioning

代码随想录day27 | 39. Combination Sum, 40. Combination Sum II, 131. Palindrome Partitioning

Reactions 4 Comments
2 min read
代码随想录day25 | 216.Combination Sum III, 17. Letter Combinations of a Phone Number

代码随想录day25 | 216.Combination Sum III, 17. Letter Combinations of a Phone Number

Reactions 2 Comments
2 min read
代码随想录day24 | 77. Combinations

代码随想录day24 | 77. Combinations

Reactions 5 Comments
1 min read
Letter Combinations of a Phone Number

Letter Combinations of a Phone Number

Reactions 3 Comments
1 min read
("Graph") 797. All Paths From Source to Target

("Graph") 797. All Paths From Source to Target

Reactions 4 Comments
1 min read
Kotlin: Find leaf nodes paths in N-ary tree

Kotlin: Find leaf nodes paths in N-ary tree

Reactions 4 Comments
3 min read
Generate all kinds of permutations and combinations using backtracking/recursion

Generate all kinds of permutations and combinations using backtracking/recursion

Reactions 8 Comments
3 min read
Understanding Backtracking/Recursion

Understanding Backtracking/Recursion

Reactions 5 Comments
12 min read
What is Backtracking?

What is Backtracking?

Reactions 13 Comments
4 min read
Exploring backtracking

Exploring backtracking

Reactions 10 Comments
4 min read
What I learned from implementing a Sudoku solver in Python

What I learned from implementing a Sudoku solver in Python

Reactions 18 Comments
14 min read
loading...