Skip to content

Commit a216cb8

Browse files
authored
Remove unused import from HashMapCuckooHashing (#5018)
style: remove unused import from `HashMapCuckooHashing`
1 parent 3528399 commit a216cb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/datastructures/hashmap/hashing/HashMapCuckooHashing.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.thealgorithms.datastructures.hashmap.hashing;
22

3-
import java.lang.Math;
43
import java.util.Objects;
54

65
/**

0 commit comments

Comments
 (0)