README
Assignment for testing the efficiency of Binary search trees vs normal array.
-- I am also going to test the efficiency of another Data structure similar to binary search tree called a B-Tree. This has only 2 levels, roots and leaves, and can have many nodes.