package
0.0.0-20240603153513-85a4060560ea
Repository: https://github.com/adamcolton/luce.git
Documentation: pkg.go.dev

# Functions

NewMax creates a max heap.
NewMin creates a min heap.

# Structs

Heap keeps data sorted with O(log n) for Push and Pop.

# Interfaces

Ordered data types can be used with NewMin and NewMax without the need to define the Less func on the Heap.