Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Bidirectional search to readme
  • Loading branch information
manishdait authored Sep 5, 2023
1 parent 5c39385 commit 308574e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 308574e

Please sign in to comment.