--------Boilerplate code for Binary search tree in C.-------- Boilerplate includes the: -matrialisation -the implementation of the DataStructure
- Depth-first search (DFS) for displaying the tree(using a stack) -delete a desired element without any data loss(respecting the binary tree deleting protocols) -Search for: -maximum -minimum