package
1.12.0
Repository: https://github.com/agilebits/gods.git
Documentation: pkg.go.dev

# Functions

NewWith instantiates a new empty heap tree with the custom comparator.
NewWithIntComparator instantiates a new empty heap with the IntComparator, i.e.
NewWithStringComparator instantiates a new empty heap with the StringComparator, i.e.

# Structs

Heap holds elements in an array-list.
Iterator returns a stateful iterator whose values can be fetched by an index.