interval_tree v0.1.0 Driver

Link to this section Summary

Functions

Run function which creates interval tree found in clrs algorithms book

Run function which creates interval tree found in geeksforgeeks book

Main driver run function

Driver run function using user specified interval params. Run against clr tree

Link to this section Functions

Link to this function clr_run(key \\ {19, 20})

Run function which creates interval tree found in clrs algorithms book

Link to this function create_tree(intervals)
Link to this function geeks_run(key \\ {16, 25})

Run function which creates interval tree found in geeksforgeeks book

Main driver run function

Driver run function using user specified interval params. Run against clr tree

Link to this function search_tree(tree, key)