We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19b751 commit 8244db6Copy full SHA for 8244db6
src/main/java/dataStructures/trie/Trie.java
@@ -79,7 +79,6 @@ public void deleteAndPrune(String word) {
79
break;
80
}
81
82
- return;
83
84
85
public List<String> wordsWithPrefix(String prefix) {
0 commit comments