Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 359 Bytes

--------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