Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 222 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 222 Bytes

Binary-Search-Tree

This code is the implementation of a recursive tree like binary search tree. The program creates a BST from the input and prints it out. Additionally it also prints the ancestors of a particular node.