Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-ba authored Sep 8, 2024
1 parent 7656dc0 commit d4ac90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A\* Pathfinding Visualization
# Algorithms Visualization Project

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.
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.

## Features

Expand Down

0 comments on commit d4ac90d

Please sign in to comment.