sort

package
v1.0.8 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QuickAsc

func QuickAsc(arr []int)

Types

type Bubble

type Bubble struct {
}

func (*Bubble) Asc

func (b *Bubble) Asc(data []int)

type Sort

type Sort interface {
	Asc([]int)
	Desc([]int)
}

Jump to

Keyboard shortcuts

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