DEV Community

# backtracking

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Backtracking Demystified: Solving Mazes, N-Queens, and Hamiltonian Circuits

Backtracking Demystified: Solving Mazes, N-Queens, and Hamiltonian Circuits

1
Comments 1
2 min read
Mastering the Maze: How Run-in-the-Maze Algorithms Solve Complex Problem

Mastering the Maze: How Run-in-the-Maze Algorithms Solve Complex Problem

Comments
3 min read
Solving the Maze: The Power of Rat in the Maze Algorithm

Solving the Maze: The Power of Rat in the Maze Algorithm

Comments 1
4 min read
The N-Queens Problem

The N-Queens Problem

1
Comments
3 min read
"Mastering the N-Queen Problem: Solving Complex Puzzles with Backtracking"

"Mastering the N-Queen Problem: Solving Complex Puzzles with Backtracking"

Comments 1
3 min read
Backtracking Unleashed: Cracking Mazes, Queens, and Circuits

Backtracking Unleashed: Cracking Mazes, Queens, and Circuits

3
Comments 2
3 min read
The N Queens Problem ♟️: A Game-Changer for Scheduling and Resource Optimization

The N Queens Problem ♟️: A Game-Changer for Scheduling and Resource Optimization

2
Comments 1
5 min read
N-Queens Problem

N-Queens Problem

Comments 1
2 min read
Finding shortest path through a maze

Finding shortest path through a maze

1
Comments 2
3 min read
N-Queen Problem Algorithm

N-Queen Problem Algorithm

1
Comments 2
3 min read
Pathfinding: The Rat in the Maze Algorithm

Pathfinding: The Rat in the Maze Algorithm

1
Comments 3
3 min read
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

32
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

9
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...