sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

Generic BFS #126

Open sraaphorst opened 6 years ago

sraaphorst commented 6 years ago

BFS has been implemented three or four times so far in varying capacities. Can we make a generic BFS that can be reused by all of these implementations to avoid the repetition?