Skip to content

🎨 A command-line tool to generate GIF which can display sorting algorithm

License

Notifications You must be signed in to change notification settings

invzhi/sorting-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🎨 A command-line tool to generate GIF which can display sorting algorithm

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages