Skip to content

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.

Notifications You must be signed in to change notification settings

nuno1212s/DSCPP

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

No packages published