float64s

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package sort provides primitives for sorting slices and user-defined collections.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Sort

func Sort(vs []float64, os []int64)

Sort sorts data. It makes one call to data.Len to determine n, and Operator(n*log(n)) calls to data.Less and data.Swap. The sort is not guaranteed to be stable.

Types

This section is empty.

Jump to

Keyboard shortcuts

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