Skip to content

Commit ea5b07d

Browse files
committed
resolving merge conflict.
2 parents 0a3cb0f + eb38fe7 commit ea5b07d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Algorithm Visualizer Website ⛵ ⚓
22

3-
🚤[Click this link to be directed to the website.](https://KidusLegesse.github.io/TierList)
3+
🚤[Link to the website.](https://kiduslegesse.github.io/AlgorithmVisualizer/)
44

5-
🗺️**Website description:** A tool that can help visualize four different graph traversal algorithms (Dijkstra's , Breadth-First Search (BFS), Depth-First Search (DFS), and A*) through simulating a boat ⛵ in the ocean attempting to find the best path to get to the the treasure :trophy:.
5+
🗺️**Website description:** A tool that can help visualize four different graph traversal algorithms (Dijkstra's , Breadth-First Search (BFS), Depth-First Search (DFS), and A*) through simulating a boat ⛵ in the ocean attempting to avoid icebergs 🏔️❄️ while trying to find the best path to the treasure :trophy:.
66

77
🌊**Features:** Users can click on any open space in the ocean/map to place icebergs 🏔️❄️ which are obstacles for the boat. Clicking on an iceberg that is already placed will result in removing that particular iceberg. Along with that there is a drop down menu with all four of the algorithm options and once an algorithm is chosen there is a side panel (which can be toggled to be shown or hidden) that displays the exact implementation the algorithm is running. Furthermore once the user runs the simulation of an algorithm the path it found will be highlighted on the map with its unique color to help distinguish different paths (Dijkstra's 🟠, BFS 🟣, DFS 🔴, A* 🟢).
88

@@ -29,4 +29,4 @@ While the algorithm is running unless the user clicks the stop button you cannot
2929

3030
:art:**User Interface:**
3131

32-
<img width="1440" alt="Website Interface Screenshot" src="https://github.com/KidusLegesse/AlgorithmVisualizer/Assets/WebsiteDemo">
32+
<img width="1116" alt="Website Interface Screenshot" src="https://github.com/KidusLegesse/AlgorithmVisualizer/assets/121209291/6b54d401-aec8-492f-88a2-ead1752b688e">

0 commit comments

Comments
 (0)