abhinpai / array_visualization_sorting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Dart 96.2%Language:Kotlin 1.8%Language:Swift 1.8%Language:Objective-C 0.2%