Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviSingh1 authored Jul 4, 2024
1 parent 8106716 commit 250ec12
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 @@ -3,7 +3,7 @@
This project is a web application for visualizing various pathfinding algorithms such as Breadth First Search, Depth First Search, A Star, Dijkstra, and Greedy Best First Search. It allows users to select a start and end tile, add walls to the tile map, and visualize how the pathfinding algorithms find the shortest path from start to end. Users can also create random mazes using depth first search backtracking and set random tilemaps with varying ratios of walls to open tiles.

## How to use
Follow the link: https://btschneid.github.io/Pathfinding-and-Sorting-Visualizer/index.html
Follow the link: https://vaishnavisingh1.github.io/Path-Finder-Algorithms/

1. Select a start tile by clicking on a tile and then selecting the green button in the tile button container.
2. Select an end tile by clicking on a tile and then selecting the red button in the tile button container.
Expand Down

0 comments on commit 250ec12

Please sign in to comment.