Skip to content

Commit 8244db6

Browse files
committed
chore: tidy-up trie code
1 parent d19b751 commit 8244db6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/dataStructures/trie/Trie.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public void deleteAndPrune(String word) {
7979
break;
8080
}
8181
}
82-
return;
8382
}
8483

8584
public List<String> wordsWithPrefix(String prefix) {

0 commit comments

Comments
 (0)