A simple Flutter application that visualizes various sorting algorithms in action.
- Clone the repository:
git clone https://github.com/hamed-deriv/flutter_sort_visualizer.git
- Navigate to the project directory:
cd flutter_sort_visualizer
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
Launch the app, and you'll see a visual representation of various sorting algorithms in action. The algorithms are displayed in a grid, each with its name and a visual representation of the sorting process.
This project includes the following sorting algorithms:
- Bubble Sort
- Heap Sort
- Shell Sort
- Quick Sort
- Merge Sort
You can explore the code to see how each algorithm is implemented and integrated into the visualizer.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.