package
0.0.0-20170717182524-076353e90b94
Repository: https://github.com/twmb/algoimpl.git
Documentation: pkg.go.dev

# Functions

Creates a max heap out of an unorganized Interface collection.
Removes and returns the maximum of the heap and reorganizes.
This function will push a new value into a priority queue.
Removes and returns the element at index i.

# Interfaces

Any type that implements Interface may be used as a max-tree.