TRIE DELETION | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 1
every recursions can be rewrite to non recursion code https://www.baeldung.com/trie-java
30th Jul 2019, 8:04 PM
zemiak