//
pkg.gl
Category
github.com/TriangleSide/GoTools
pkg
datastructures
heap
package
0.0.0-20241111182353-c1fbc2c9b65f
Repository:
https://github.com/triangleside/gotools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
89 SLOC
#
Functions
New
New instantiates a Heap.
#
Structs
Heap
Heap is a tree-based data structure optimized for quickly accessing the minimum or maximum element, depending on the comparator.