TRIE DELETION | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

30th Jul 2019, 6:20 PM
Divya Dharshini
Divya Dharshini - avatar
1 Answer
+ 1
every recursions can be rewrite to non recursion code https://www.baeldung.com/trie-java
30th Jul 2019, 8:04 PM
zemiak