From 2bde0f4407c58da0a077bb716785f2dd49e11a50 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 5 May 2023 20:12:43 +0200 Subject: [PATCH] Add example to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 759b797..dc0def7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # Maze > A small maze solving program + +## Example +> This example uses the DFS algorithm, but the program supports the BFS algorithm as well. + +![Recording 2023-05-05 200237 (online-video-cutter com)](https://user-images.githubusercontent.com/56473591/236534874-f618c075-86af-41a9-9c4e-08e7d504af00.gif)