Binary Search Trees

I've implemented binary search trees in snap.
Here is the link to the project.
It includes binary searching and insertion
I got the idea from this website
https://www.geeksforgeeks.org/binary-search-tree-set-1-search-and-insertion/

Nice!

I think your Node block is more complicated than necessary...

Okay, I made it simpler