Go implementation of the van Emde Boas tree data structure: Priority queue for positive whole numbers in O(log log u) time.
-
Updated
Nov 5, 2023 - Go
Go implementation of the van Emde Boas tree data structure: Priority queue for positive whole numbers in O(log log u) time.
Van Emde Boas tree implementation that I did for a university course
My bachelor's and master's theses
Basic C++ implementation of Van Emde Boas Tree
This is a Java implementation of the Van Emde Boas (vEB) tree data structure as taught in MIT OpenCourseWare and described in Introduction to Algorithms (CLRS) 4th Edition.
Van EmdeBoas Tree, AVL tree, Red Black Tree
High-performance sparse bitset implementation using VEB trees
An implementation of the van Emde Boas tree data structure, yielding extremely fast asymptotic runtime complexities for queries: O(log(log(n)))
This library contains some of the Advanced Data Structures such as van Emde Boas trees, Suffix Trees, Fibonacci Heaps and other data structures
Add a description, image, and links to the van-emde-boas-tree topic page so that developers can more easily learn about it.
To associate your repository with the van-emde-boas-tree topic, visit your repo's landing page and select "manage topics."