-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2f33e3
commit 66c48c2
Showing
1 changed file
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# path_finding | ||
# Path Finding Algorithm Visualizer | ||
|
||
A new Flutter project. | ||
## Introduction | ||
Welcome to the Path Finding Algorithm Visualizer, a Flutter application that demonstrates the mechanics of popular pathfinding algorithms like A* and Dijkstra's. This tool is designed to help users visualize how these algorithms traverse a grid to determine the shortest path. | ||
|
||
## Getting Started | ||
## Features | ||
- **Algorithm Visualization**: Experience A* and Dijkstra's algorithm in a dynamic, easy-to-understand format. | ||
- **Responsive UI**: Optimized for both mobile and desktop, ensuring a consistent user experience across devices. | ||
- **Design Patterns**: Built using efficient and maintainable coding practices and design patterns. | ||
|
||
This project is a starting point for a Flutter application. | ||
## Live Demo | ||
Experience the Path Finding Algorithm Visualizer in action: [Live Demo](https://zezo357.github.io/path_finding/) | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
## Getting Started | ||
To run this project locally, clone the repository and ensure Flutter is installed on your machine. | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
```bash | ||
git clone https://github.com/zezo357/path_finding.git | ||
cd path_finding | ||
flutter run | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. |