Skip to content

Commit c98f9cf

Browse files
Update Trie.java
1 parent ece1f2c commit c98f9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/trie/Trie.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package trie;
1+
package com.javamultiplex.datastructure.tree.trie;
22

33
import java.util.HashMap;
44
import java.util.Map;

0 commit comments

Comments
 (0)