Documentation
¶
Overview ¶
Package minheap implements an integer minheap.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinHeap ¶
type MinHeap struct {
// contains filtered or unexported fields
}
MinHeap provides the integer minheap functionality. It can be passed as a copy, as it works with pointers internally. It is not goroutine-safe, users must implement mutexes on their end.
Click to show internal directories.
Click to hide internal directories.