GolangSortingVisualization

examples of various sorting algorithms in golang (with visualization)

Github stars Tracking Chart

GolangSortingVisualization

Codacy Badge
Coverage Status
Build Status
Go Report Card
codebeat badge

this sorting visualization is not intended to recommend any algorithm, if you need a recommendation go somewhere else.

if you like, feel free to add more Sorting Algorithm examples. Many thanks to all contributors.

Sorting Algorithms

BogoSort

Bogo Sort Animation

BubbleSort

Bubble Sort Animation

CocktailSort

Cocktail Sort Animation

CombSort

Comb Sort Animation

CountingSort

Counting Sort Animation

CycleSort

Cycle Sort Animation

GnomeSort

Gnome Sort Animation

HeapSort

Heap Sort Animation

InsertionSort

Insertion Sort Animation

MergeSort

Merge Sort Animation

OddEvenSort

OddEven Sort Animation

PancakeSort

Pancake Sort Animation

QuickSort

Quick Sort Animation

ShellSort

Shell Sort Animation

SelectionSort

Selection Sort Animation

StoogeSort

Stooge Sort Animation

HowTo

./start.sh
$ go run gsv.go --help
Usage of gsv:
  -algo="bubble": Select sorting algorithm all/bogo/[bubble]/comb/counting/gnome/insertion/oddEven/selection/sleep
  -count=30: number of values
  -fps=10: frames per second
  -max=9: highest value
  -mode=1: visualization mode
  -vis="stdout": Select output: [stdout]/gif

License

MIT

Main metrics

Overview
Name With OwnerSimonWaldherr/GolangSortingVisualization
Primary LanguageGo
Program languageGo (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2014-08-06 22:37:53
Pushed At2024-08-30 18:51:16
Last Commit At2024-08-30 20:51:16
Release Count6
Last Release Namev0.13.0 (Posted on 2024-08-30 20:49:23)
First Release Namev0.9.0 (Posted on 2017-10-09 00:36:07)
用户参与
Stargazers Count125
Watchers Count3
Fork Count17
Commits Count74
Has Issues Enabled
Issues Count10
Issue Open Count10
Pull Requests Count12
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private