Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.67 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.67 KB

sorting-visualization

GoDoc Go Report Card license

Inspired by FishyMcFishFace on Hacker News.

More:

Usage

Usage of ./sorting-visualization:
  -delay int
    	successive delay times, one per frame, in 100ths of a second (default 10)
  -filename string
    	GIF's filename (default: sorting name)
  -height int
    	GIF's height (default 256)
  -sorting string
    	selection, insertion, shell, merge, quick, bubble, radix, all
  -weight int
    	GIF's weight (default 256)

GIFs

Selection Sort

Selection Sort GIF

Bubble Sort

Bubble Sort GIF

Insertion Sort

Insertion Sort GIF

Shell Sort

Shell Sort GIF

Merge Sort

Merge Sort GIF

Quick Sort

Quick Sort GIF

Heap Sort

Heap Sort GIF

Radix Sort

Radix Sort GIF