//
pkg.gl
Category
github.com/RyoJerryYu/go-utilx
pkg
container
heapx
package
1.1.6
Repository:
https://github.com/ryojerryyu/go-utilx.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
97 SLOC
#
Functions
NewMax
New max heap.
NewMaxI
New max heap with GreaterThanable.
NewMin
New min heap.
NewMinI
New min heap with LessThanable.
NewWith
New heap with custom less function heap top will be the "lessest" element.
#
Structs
Heap
Heap is a generic heap implement based on container.heap.
#
Interfaces
GreaterThanable
No description provided by the author
LesserThanable
No description provided by the author