Insert, delete and search funtions are implemented.
After inserting charaters 'a','g','w','v','j','a','g','p','u','n','m','b','z' the B+ tree formed is:
After deleting the chracter 'p' from the B+ tree the following tree is formed:
Incase the BPlusTree.ipynb file does not load use this link https://nbviewer.jupyter.org/github/Sammed98/BPlusTree---Python/blob/master/BPlusTree.ipynb.