All Projects → invzhi → sorting-visualization

invzhi / sorting-visualization

Licence: MIT license
🎨 A command-line tool to generate GIF which can display sorting algorithm

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to sorting-visualization

Gipher
tinder like app for gifs built with elm and firebase
Stars: ✭ 229 (+518.92%)
Mutual labels:  gif
AMProgressHUD
A gif progress HUD for iOS.
Stars: ✭ 18 (-51.35%)
Mutual labels:  gif
movtogif-cli
📺 Convert mov/mp4 to high-quality animated gifs
Stars: ✭ 58 (+56.76%)
Mutual labels:  gif
Gifu
High-performance animated GIF support for iOS in Swift
Stars: ✭ 2,703 (+7205.41%)
Mutual labels:  gif
Precomp Cpp
Precomp, C++ version - further compress already compressed files
Stars: ✭ 250 (+575.68%)
Mutual labels:  gif
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+1154.05%)
Mutual labels:  sort
Pi Timelapse
Time-lapse app for Raspberry Pi computers.
Stars: ✭ 220 (+494.59%)
Mutual labels:  gif
js-deep-sort-object
Simple module to sort objects recursively by its keys
Stars: ✭ 19 (-48.65%)
Mutual labels:  sort
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+48935.14%)
Mutual labels:  gif
gephi twitter media downloader
A small script designed to take either a .csv of Tweet ids, or the export from Gephi's TwitterStreamingImporter Plugin and download related Tweet media.
Stars: ✭ 41 (+10.81%)
Mutual labels:  gif
Transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
Stars: ✭ 2,697 (+7189.19%)
Mutual labels:  gif
Gif For Cli
opensource.googleblog.com/2018/06/tenor-gif-for-cli.html
Stars: ✭ 2,772 (+7391.89%)
Mutual labels:  gif
slip
Select and upload screenshots, gifs, and screencasts to imgur and gfycat with help of slop.
Stars: ✭ 25 (-32.43%)
Mutual labels:  gif
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+7564.86%)
Mutual labels:  gif
imagemin-gifsicle
Imagemin plugin for Gifsicle
Stars: ✭ 105 (+183.78%)
Mutual labels:  gif
Gifine
Quickly record and edit gifs and videos of your desktop
Stars: ✭ 225 (+508.11%)
Mutual labels:  gif
alfred-imagemin
Alfred workflow - Minify images with Imagemin
Stars: ✭ 29 (-21.62%)
Mutual labels:  gif
ios-nd-gif-maker-objc
Resources for Udacity's Gif Maker app in Objective-C.
Stars: ✭ 17 (-54.05%)
Mutual labels:  gif
gulp-sort
Sort files in stream by path or any custom sort comparator
Stars: ✭ 22 (-40.54%)
Mutual labels:  sort
p5.gif
P5.js gif helper
Stars: ✭ 36 (-2.7%)
Mutual labels:  gif

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].