From 308574ed1ba052b20dcef5092e002f78a3f525ce Mon Sep 17 00:00:00 2001 From: Manish Dait <90558243+ManishDait@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:28:43 +0530 Subject: [PATCH] Update README.md Added Bidirectional search to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d8ee2..ae8d12b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Then, open your browser and navigate to `http://localhost:4200/`. `Pathfinding Visualizer` provides the following features: -- Visualizes various pathfinding algorithms, including `Dijkstra's algorithm`, `Breadth First Search` and `Depth First Search`. +- Visualizes various pathfinding algorithms, including `Dijkstra's algorithm`, `Breadth First Search`, `Depth First Search` and `BiDirectional Search`. - Allows users to draw obstacles and set the start and end points on a grid - Highlights the cells of the grid being visited during the search process, making it easy to understand how each algorithm works