You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# A\* Pathfinding Visualization
1
+
# Algorithms Visualization Project
2
2
3
-
This project is an interactive web-based visualization of the A*pathfinding algorithm using Elixir and Phoenix LiveView. It allows users to create obstacles, set start and end points, and visualize how the A* algorithm finds the optimal path.
3
+
This project is an interactive web-based platform for visualizing various algorithms, with a focus on pathfinding algorithms. Built using Elixir and Phoenix LiveView, it allows users to interact with and observe the behavior of different algorithms in real-time.
0 commit comments