package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Mar 12, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func HeapSort(array []int64)
HeapSort - heap sorting
func Insertion(array []int64)
Insertion - sort by insertion
func MergeSort(array []int64)
MergeSort - shell sorting
func Quick(array []int64)
Quick - quick sort in situ
func Selection(array []int64)
Selection - sort by selection
func ShellSort(array []int64)
ShellSort - shell sorting
Source Files
¶
Click to show internal directories.
Click to hide internal directories.