sort_algo

package
v0.0.0-...-0f5fa8f Latest Latest
Warning

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

Go to latest
Published: May 26, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BubbleSort

func BubbleSort(data sort.Interface)

Bubble sort Сортировка пузырьком

func CocktailSort

func CocktailSort(data sort.Interface)

Cocktail sort Shaker sort Сортировка перемешиванием

func CombSort

func CombSort(data sort.Interface)

Comb sort Сортировка расчёской

func GnomeSort

func GnomeSort(data sort.Interface)

Gnome sort Гномья сортировка

func InsertionSort

func InsertionSort(data sort.Interface)

Insertion sort Сортировка вставками

func MergeSort

func MergeSort(data sort.Interface, n int)

data: [0 ... n) temp: [n ... 2n)

func QuickSort

func QuickSort(data sort.Interface)

Quick sort Быстрая сортировка

func SelectionSort

func SelectionSort(data sort.Interface)

Selection sort Сортировка выбором

func ShellSort

func ShellSort(data sort.Interface)

func StoogeSort

func StoogeSort(data sort.Interface)

Stooge sort

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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