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 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.