Skip to content

thecoder-co/visualising_sorting_algos

Repository files navigation

Visualising Sorting Algorithms

This is a simple project to visualise sorting algorithms. It is written in Dart using the Flutter framework.

Video Demo

  • Bubble Sort

Bubble Sort

  • Quick Sort

Quick Sort

Getting Started

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

Contributing

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

License

This project is licensed under the MIT License. See the LICENSE file for details.