Skip to content

bambeeno/laberinto_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

laberinto_cpp

This C++ program generates fully solvable random mazes using the DFS (Depth-First Search) algorithm with Backtracking, and solves them automatically using BFS (Breadth-First Search) to find the shortest path.

About

This C++ program generates fully solvable random mazes using the DFS (Depth-First Search) algorithm with Backtracking, and solves them automatically using BFS (Breadth-First Search) to find the shortest path.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors