All examples By author By category About

tgfikes

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.

forked from mbostock's block: Random Search II