Implement DFS, BFS, Kruskal, and Prim for GraphMaze #67
Labels
enhancement
New feature or request
graphmaze
Mazes based on Boost.Graph
optional
Optional feature: may not implement
We should be able to implement at least four algorithms, namely:
DFS
BFS
Kruskal
Prim
using the Boost.Graph algorithms. I'm unsure if these will work , as they may be deterministic, in which case, they will give consistent results, which is not what we want.
The text was updated successfully, but these errors were encountered: