1 year ago
#302764
Jesslyn
Java use of AVL tree for frequency of strings problem
I am exploring a problem where I have to keep track of the number of strings that contains a certain substring. I was wondering how do I use an AVL tree to solve it.
Here is the problem/question: https://open.kattis.com/problems/nicknames
java
string
tree
avl-tree
0 Answers
Your Answer