Documentation
¶
Overview ¶
package sort defines various sorting algorithms for stream * data. It supports addition and removal of elements and * provides an iterator for accessing the elements in order.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Insertion ¶
type Insertion struct {
// contains filtered or unexported fields
}
func NewInsertion ¶
Click to show internal directories.
Click to hide internal directories.