This is a simple project to visualise sorting algorithms. It is written in Dart using the Flutter framework.
- Bubble Sort
- Quick Sort
To run this project, you will need to have the Flutter SDK installed. You can find instructions on how to do this here.
Once you have the Flutter SDK installed, you can run the project by running the following command in the root directory of the project:
flutter run
If you would like to contribute to this project, please feel free to fork the repository and submit a pull request. If you are unsure of what to work on, here are some ideas:
- Add more sorting algorithms
- Add more visualisation options
This project is licensed under the MIT License. See the LICENSE file for details.