Skip to content

Commit b77b258

Browse files
committed
Remove unused import
1 parent 3ba793b commit b77b258

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/com/thealgorithms/datastructures/trees

1 file changed

+0
-2
lines changed

src/main/java/com/thealgorithms/datastructures/trees/TrieImp.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.thealgorithms.datastructures.trees;
22

3-
import java.util.Scanner;
4-
53
/**
64
* Trie Data structure implementation without any libraries.
75
* <p>

0 commit comments

Comments
 (0)