package
0.0.0-20190403020015-393222b97125
Repository: https://github.com/shady831213/algorithms.git
Documentation: pkg.go.dev

# README

binaryHeap


CLRS 6.1


Code

Tested by heapSort in github.com/shady831213/algorithms/sort

If you need binaryHeap, 'container/heap' is recommanded

linkedHeap


CLRS 10-2


Code

Test

leftistHeap


https://en.wikipedia.org/wiki/Leftist_tree


Code

Test

fibonacciHeap


CLRS Sec20


Used in mstPrim in github.com/shady831213/algorithms/graph

Code

Test