Skip to content

RitamChakraborty/sorting_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

A sorting visualizer app in flutter. It visualize the sorting algorithm by sorting the bars in ascending order. In this application how the elements change their position is being displayed.

Sorting Algorithms

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

Features

  • Visualize 2 to 1000 elements
  • Change the speed of the sorting
  • Interacting elements are displayed in different colors
  • Change theme to light or dark
  • Selected theme is remembered between start ups

Demo

Light Theme

Desktop Light Mobile Light

Dark Theme

Desktop Dark Mobile Dark

Libraries Used

How to use

Download the apk from here.

Or visit the website here.