Documentation
¶
Overview ¶
Package order contains the interfaces for various implementations of order statistics-based data structures.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node interface {
Value() float64
}
Node is an interface that acts as a container for a value.
Click to show internal directories.
Click to hide internal directories.