 |
the { buckblogs :here }: Maze Generation: Prim's Algorithm
The algorithm terminates when there are no more frontier cells to choose from, giving us the anticipated perfect maze. Implementation The largest bit of implementing Prim’s algorithm (for me) seems to go toward managing the interactions with that frontier
weblog.jamisbuck.org |
 |