Skip to content

samarthagarwal/array_visualization_sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

78640f7 · Jan 12, 2020

History

8 Commits
Jan 7, 2020
Jan 7, 2020
Jan 12, 2020
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Jan 12, 2020
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020

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