DEV Community

# backtracking

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Count Number of Maximum Bitwise-OR Subsets

Count Number of Maximum Bitwise-OR Subsets

Comments 7
1 min read
Mastering Backtracking: Essential Problems and Challenges for Career Growth in Programming

Mastering Backtracking: Essential Problems and Challenges for Career Growth in Programming

27
Comments
3 min read
Backtracking: Solving the N-Queens Problem and Python Implementation 21:29

Backtracking: Solving the N-Queens Problem and Python Implementation

1
Comments
1 min read
Dry running the code to understand the flow

Dry running the code to understand the flow

Comments
2 min read
46. Permutations

46. Permutations

Comments
4 min read
Find Unique Binary String | LeetCode | Java

Find Unique Binary String | LeetCode | Java

5
Comments
1 min read
Solving "Word Search" problem

Solving "Word Search" problem

8
Comments
4 min read
Backtracking 101

Backtracking 101

Comments
4 min read
Letter Combinations of a Phone Number

Letter Combinations of a Phone Number

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

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

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

Kotlin: Find leaf nodes paths in N-ary tree

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

8
Comments
3 min read
Understanding Backtracking/Recursion

Understanding Backtracking/Recursion

5
Comments
12 min read
What is Backtracking?

What is Backtracking?

15
Comments 1
4 min read
Exploring backtracking

Exploring backtracking

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

18
Comments
14 min read
loading...