All examples By author By category About

mbostock

Random Search II

This maze is generated using Wilson’s algorithm and then solved using random search. Compare to best-first search. See random search on a maze generated using random traversal.