sort

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bubble

func Bubble[T Ordered](s []T)

func Insertion

func Insertion[T Ordered](s []T)

func Mergesort

func Mergesort[T Ordered](s []T)

func Quicksort

func Quicksort[T Ordered](s []T)

func Selection

func Selection[T Ordered](s []T)

Types

type Ordered

type Ordered interface {
	constraints.Ordered
}

Jump to

Keyboard shortcuts

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