-
Notifications
You must be signed in to change notification settings - Fork 0
An implementation for some data structures in C++. At the moment the following datastructures are planned / implemented: AVL Trees, red black trees, splay trees, skip lists, concurrent skip lists, bloom filters, concurrent bloom filters.
nuno1212s/DSCPP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To compile this program CMake version 3.17 (minimum) is required. In ubuntu this can be installed using snap packages. After having it installed, just perform: cmake ./ followed by doing: make when cmake ./ is done.
About
An implementation for some data structures in C++. At the moment the following datastructures are planned / implemented: AVL Trees, red black trees, splay trees, skip lists, concurrent skip lists, bloom filters, concurrent bloom filters.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published