We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8a751 commit c1a45aeCopy full SHA for c1a45ae
1 file changed
src/main/java/com/thealgorithms/datastructures/tries/PatriciaTrie.java
@@ -32,8 +32,8 @@ private static final class Node<V> {
32
private int size; // number of stored keys
33
34
/** Creates an empty Patricia trie. */
35
- public PatriciaTrie() {}
36
-
+ public PatriciaTrie() {
++ }
37
/**
38
* Inserts or updates the value associated with {@code key}.
39
*
0 commit comments