package
1.0.52
Repository: https://github.com/nextdoor/go-datastructures.git
Documentation: pkg.go.dev

# Functions

NewFloatFibHeap creates a new, empty, Fibonacci heap object.

# Structs

Entry
Entry is the entry type that will be used for each node of the Fibonacci heap.
FloatingFibonacciHeap is an implementation of a fibonacci heap with only floating-point priorities and no user data attached.

# Type aliases

EmptyHeapError fires when the heap is empty and an operation could not be completed for that reason.
NilError fires when a heap or entry is nil and an operation could not be completed for that reason.