gsort

package
v0.0.0-...-04ff805 Latest Latest
Warning

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

Go to latest
Published: May 22, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BubbleSort    = SortAlgo("bubbleSort")
	SelectionSort = SortAlgo("selectionSort")
	InsertionSort = SortAlgo("insertionSort")
	ShellSort     = SortAlgo("shellSort")
	QuickSort     = SortAlgo("quickSort")
	HeapSort      = SortAlgo("heapSort")
	MergeSort     = SortAlgo("mergeSort")
	CountSort     = SortAlgo("countSort")
	BinSort       = SortAlgo("binSort")
	RadixSort     = SortAlgo("radixSort")
)

Variables

This section is empty.

Functions

func Sort

func Sort(algo SortAlgo, data sort.Interface) error

Types

type SortAlgo

type SortAlgo string

Jump to

Keyboard shortcuts

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