//
pkg.gl
Category
github.com/duke-git/lancet/v2
datastructure
heap
package
2.3.3
Repository:
https://github.com/duke-git/lancet.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
163 SLOC
#
Functions
BuildMaxHeap
BuildMaxHeap builds a MaxHeap instance with data and given comparator.
NewMaxHeap
NewMaxHeap returns a MaxHeap instance with the given comparator.
#
Structs
MaxHeap
MaxHeap implements a binary max heap type T should implements Compare function in constraints.Comparator interface.