One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| //insert value to BST | |
| //findPath of a number in BST | |
| //Find Minimum value in BST | |
| //Find Maximum value in BST | |
| //Find Height of BST | |
| //Pre Order Traversal | |
| //Post Order Traversal | |
| //In Order Traversal | |
| //Level Order Traversal | |
| //Find if a Tree in BST |