How can i add a find method to find a word if existe in BST

后端 未结 0 897
悲哀的现实
悲哀的现实 2020-12-09 20:10

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题