Skip to content

samarthagarwal/array_visualization_sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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
  • Quick Sort
  • Merge Sort

Added more sorting algorithms by https://github.com/saileshbro/.

  • Recursive Bubble Sort
  • Heap Sort
  • Shell Sort
  • Comb Sort
  • Pigeon Hole Sort
  • Cycle Sort
  • Coctail Sort
  • Gnome Sort
  • Stooge Sort
  • Odd Even Sort

Check out the YouTube video here.

Demo

A dmeo of the project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published