Skip to content

sharmajsr/Array-Sorting-Visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Array Visualization

A simple flutter experiment explaining how to render an array as colorful bars as the array is sorted using various sorting algorithms. The project currently supports following sorting algorithms -

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

Demo

A demo of the project