Skip to content

C++ implementation of Binary Search Tree and Red-Black Binary Search Tree.

License

Notifications You must be signed in to change notification settings

m3sserschmitt/BinarySearchTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ implementation of Binary Search Tree and Red-Black Binary Search Tree data structures. This structures support operations like insert, search, remove, minimum, maximum, successor and predecessor. You can run the tests using python3: python3 test.py test_type where test_type has one of the following values: insert_random, insert_range, search_random_kth, search_random_successor, search_random_tree. This script will measure the performance of implemented operations and plot the results

About

C++ implementation of Binary Search Tree and Red-Black Binary Search Tree.

Topics

Resources

License

Stars

Watchers

Forks