Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 857 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 857 Bytes

SortViz

A flutter project that helps you visualise various sorting algorithms.

Description

A sorting visualizer that visualises different sorting algorithms on an array of bar graph, as the human brain learns better from visuals, so a person by simply observing the pattern can differentiate between them. This app runs both as web and mobile application.

Checkout the web app here

Download the mobile app from here

Tech Stack: Flutter, Dart

Sorting Algorithms visualized:

  • Merge Sort
  • Quick Sort
  • Selection Sort
  • Bubble Sort
  • Insertion Sort
  • Heap Sort

Features

  • Change the size of the array
  • Control the duration of sorting
  • Randomize the array
  • Change the color of bar graph