I am trying to implement a method to search for a given word in a binary search tree if exsite or not, and if existe, how much time it appeared.
Here is bst class