Skip to content

lasercata/Data_structures_comparaisons

Repository files navigation

Data structures comparaisons

Implementations and tests about the following data structures :

  • Hash table (htbl) ;
  • binary search tree (BST) ;
  • AVL tree (h-equilibrated trees).

The test file is from https://www.imdb.com/interfaces (film titles).

Plot generation

To generate the plots, simply run :

make graphs

To specify the number of search to do, run :

make graphs SEARCH_NB=<n>

About

hash table, binary search tree and avl comparaison

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published