sorting

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HeapSort

func HeapSort(array []int64)

HeapSort - heap sorting

func Insertion

func Insertion(array []int64)

Insertion - sort by insertion

func MergeSort

func MergeSort(array []int64)

MergeSort - shell sorting

func Quick

func Quick(array []int64)

Quick - quick sort in situ

func Selection

func Selection(array []int64)

Selection - sort by selection

func ShellSort

func ShellSort(array []int64)

ShellSort - shell sorting

Types

This section is empty.

Jump to

Keyboard shortcuts

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