This program creates a maze using the backtracking or DFT (Depth First Traversal) Algorithm
-
Updated
Apr 27, 2025 - JavaScript
This program creates a maze using the backtracking or DFT (Depth First Traversal) Algorithm
This script uses the p5.js to generate a random maze by a modified version of Depth First Search Algorithm.
Add a description, image, and links to the depth-first-search-backtracking topic page so that developers can more easily learn about it.
To associate your repository with the depth-first-search-backtracking topic, visit your repo's landing page and select "manage topics."