depth-first
There are 6 repositories under depth-first topic.
JRIngram/maze-gen
An npm package used to generate mazes.
johnsliao/python-maze-generator
Generate a simple maze using the depth-first algorithm
Bobagi/Maze-solver
Deep search, Best-first Greedy search, Hill Climb
Griklit/Mazeir
迷宫生成器,特色是生成巨型迷宫时占用内存较小,且导出png是流式的。
democritus-project/d8s-algorithms
Democritus functions for working with algorithms.
HamiciRyadh/Path_Algorithms
An implementation of the "Breadth-first", "Depth-first" and "A" algorithms using Processing and Java.