All examples By author By category About

mbostock

Better-Only Search

This maze is generated using random traversal, and then solved using “better-only search”, a variation of best-first search that only considers passages that move monotonically towards the goal (North and East). This algorithm typically fails.