Remove unused import from JobSequencing (#5017)

style: remove unused import from `JobSequencing`
This commit is contained in:
Piotr Idzik 2024-01-13 10:26:44 +01:00 committed by GitHub
parent ac7152d757
commit 3528399b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@ package com.thealgorithms.greedyalgorithms;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
// Problem Link: https://en.wikipedia.org/wiki/Job-shop_scheduling