Skip to content

Commit 3528399

Browse files
authored
Remove unused import from JobSequencing (#5017)
style: remove unused import from `JobSequencing`
1 parent ac7152d commit 3528399

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/greedyalgorithms/JobSequencing.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import java.util.ArrayList;
44
import java.util.Arrays;
5-
import java.util.Collections;
65

76
// Problem Link: https://en.wikipedia.org/wiki/Job-shop_scheduling
87

0 commit comments

Comments
 (0)