acmpesuecc / acmpesuecc/maze_solver
Add new functionality
Abierto
BOUNTY: 80+
enhancement
hacktoberfest
- Lenguaje dominante
- C++
- Estrellas
- 1
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Use the same class to generate mazes instead?
Generating mazes isn't all that different from solving them, each cell is basically its own graph. You just have to join them in a way that it becomes a maze.
You could use different algorithms like Prim's, Kruskals, or backtracking
Bounty points: 80
Brownie points: +50
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.