goalgo

command module
v0.0.0-...-da54a8e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2021 License: MIT Imports: 7 Imported by: 0

README

goalgo

Visualization of algorithms (sorting, serching) in Go language

Sorting Algorithms Visualization

BogoSort

Bogo Sort Visualization

BubbleSort

Bubble Sort Visualization

CocktailSort

Cocktail Sort Visualization

InsertionSort

Insertion Sort Visualization

SelectionSort

Selection Sort Visualization

ShellSort

Shell Sort Visualization

How To Run

$ go run main.go
    -a string
            Select sorting algorithm [all | bubble | ...] (default "bubble")
    -c int
            Number of values (default 30)
    -f int
            Frames per second (default 10)
    -m int
            Highest value (default 9)
    -o string
            Select output stdout/gif (default "stdout")
    -v int
            Visualization mode 1-dots 2-solid (default 1)

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Provides visualized algorithms for sorting and searching
Provides visualized algorithms for sorting and searching
Converts an array on ingeres as a graphic for stdout or gif representation
Converts an array on ingeres as a graphic for stdout or gif representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL