Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
-
Updated
Aug 17, 2022 - Go
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
generic, fast lookup on one dimensional intervals. The implementation is based on treaps, augmented for intervals. Treaps are randomized self balancing binary search trees.
fast IP to CIDR lookup, longest prefix match in golang
Add a description, image, and links to the treap topic page so that developers can more easily learn about it.
To associate your repository with the treap topic, visit your repo's landing page and select "manage topics."