Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 836 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 836 Bytes

Sorting Algorithms Visualizer in Flutter

Algorithms implemented

  1. Insertion Sort
  2. Selection Sort
  3. Bubble Sort

Plugins used

Screenshot_20191007-204948 Screenshot_20191007-204819 Screenshot_20191007-204838

To run this app

run flutter run inside the folder

or you can download the prebuilt apk try it out on your device.

If you would like to contribute to the project feel free to open a PR.