package
0.0.0-20190403020015-393222b97125
Repository: https://github.com/shady831213/algorithms.git
Documentation: pkg.go.dev
# README
binaryHeap
CLRS 6.1
Tested by heapSort in github.com/shady831213/algorithms/sort
If you need binaryHeap, 'container/heap' is recommanded
linkedHeap
CLRS 10-2
leftistHeap
https://en.wikipedia.org/wiki/Leftist_tree
fibonacciHeap
CLRS Sec20
Used in mstPrim in github.com/shady831213/algorithms/graph