Skip to content

Commit b0a14c6

Browse files
authored
Update Dictionary(Sorted).java
1 parent 45850c2 commit b0a14c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/dictionary/Dictionary(Sorted).java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package struct;
1+
package com.thealgorithms.datastructures.dictionary;
22

33
/**
44
* A clone of a Python dictionary in a Java class that simulates a key-value store using a hash table

0 commit comments

Comments
 (0)