From 41dd4c645d34d17f14460b32b9f56fe4b06ec1e7 Mon Sep 17 00:00:00 2001 From: JasterV Date: Sun, 8 Mar 2026 18:38:05 +0100 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 42a8f81..1b28cc0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# IMPLEMENTATION OF DEPTH-FIRST SEARCH FOR MAZE GENERATION ALGORITHM - -On my way of learning javascript i've build a p5.js sketch that allows us to visualize how a maze is generated using an iterative Depth-first search algorithm. - -### First version: - - ![Algorithm visualization](https://media.giphy.com/media/JrSZtza0qmRFSEZ9mj/giphy.gif) - -### Current version: - - ![Algorithm visualization](https://media.giphy.com/media/RJzsArRS7e8WHpwu6i/giphy.gif) +# Implementation of depth-first search algorithm for maze generation + +On my way of learning javascript i've build a p5.js sketch that allows us to visualize how a maze is generated using an iterative Depth-first search algorithm. + +### First version: + + ![Algorithm visualization](https://media.giphy.com/media/JrSZtza0qmRFSEZ9mj/giphy.gif) + +### Current version: + + ![Algorithm visualization](https://media.giphy.com/media/RJzsArRS7e8WHpwu6i/giphy.gif)