Skip to content

A flutter project that helps you visualise the sorting algorithms.

Notifications You must be signed in to change notification settings

mahimagoyalx/SortViz

Repository files navigation

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

About

A flutter project that helps you visualise the sorting algorithms.

Resources

Stars

Watchers

Forks

Packages

No packages published