Skew binomial heap
In computer science, a skew binomial heap (or skew binomial queue) is a variant of the binomial heap that supports worst-case O(1) insertion, rather than the O(log n) worst-case insertion from the original binomial heap. Just as binomial heaps are based on the binary number system, skew binary heaps are based on the skew binary number system.[1]
References
- ↑ Okasaki, Chris. Purely Functional Data Structures.
This article is issued from Wikipedia - version of the Thursday, May 01, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.