sort

package
v0.0.0-...-409f974 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MergeSort

type MergeSort[K constraints.Ordered] struct {
}

func (*MergeSort[K]) Sort

func (m *MergeSort[K]) Sort(a []K)

type MergeSortBU

type MergeSortBU[K constraints.Ordered] struct {
}

Merge sort bottom up approach

func (*MergeSortBU[K]) Sort

func (m *MergeSortBU[K]) Sort(a []K)

type Quick3Way

type Quick3Way[T constraints.Ordered] struct{}

func (*Quick3Way[T]) Sort

func (qs *Quick3Way[T]) Sort(a []T)

type QuickSort

type QuickSort[T constraints.Ordered] struct {
}

func (*QuickSort[T]) Sort

func (qs *QuickSort[T]) Sort(a []T)

Jump to

Keyboard shortcuts

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