van-emde-boas
There are 9 repositories under van-emde-boas topic.
nachinius/VanEmdeBoasInScala
A modified van Emde Boas data structure that achieves O(lg w) predecessor and successor queries with O(n) space"
paras2411/Algorithms
Algorithms useful for CS graduates
Sandman83/vebtree
A library for van Emde Boas tree written in Dlang
chucnorrisful/vEB
Go implementation of the van Emde Boas tree data structure: Priority queue for positive whole numbers in O(log log u) time.
Bonifatius94/VebTrees
an implementation of the van-Emde-Boas tree data structure, serving as a very efficient priority queue
tarun360/Cache-Oblivious-Algorithms
Cache Oblivious Algorithms
globosco/A-learned-sorted-table-search-library
A library including collection of methods for performing element search in ordered tables
Xyaneon/Xyaneon.ComputerScience.VanEmdeBoasTrees
A .NET Standard library which provides a van Emde Boas tree implementation for educational purposes.
jhomswk/Van_Emde_Boas_Tree
Van Emde Boas Tree implementation using Python.