0
TRIE DELETION
I have a doubt is it possible to implement Trie deletion in non recursive method in Java? "if yes,can you please post the code, because I can't find one in internet.
1 Answer
+ 1
every recursions can be rewrite to non recursion code
https://www.baeldung.com/trie-java