Skip to content

Binary Search Trees's compression by a hashmap of structure

License

Notifications You must be signed in to change notification settings

bnslmn/bst-compression

Repository files navigation

Compression of binary search trees

We store a structure only if it is unique, if it's not, we allow a vector containing roots & pointing to the appropriate structure, see the document ouv_projet.pdf

By Amine Benslimane && Sofiane Braneci

Master 1 STL - Sorbonne Université,
Jan 2021

example of a BST compression

compression

Experimentation results

In terms of research time :

temps de recherche

In terms of memory used :

espace mémoire

Licence

GPL v3, feel free to use this code

About

Binary Search Trees's compression by a hashmap of structure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages