//
pkg.gl
Category
github.com/adamcolton/luce
ds
heap
package
0.0.0-20240603153513-85a4060560ea
Repository:
https://github.com/adamcolton/luce.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
71 SLOC
#
Functions
NewMax
NewMax creates a max heap.
NewMin
NewMin creates a min heap.
#
Structs
Heap
Heap keeps data sorted with O(log n) for Push and Pop.
#
Interfaces
Ordered
Ordered data types can be used with NewMin and NewMax without the need to define the Less func on the Heap.