mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-25 05:22:39 +08:00
Closed Scanner in 3 sum, fixed syntax errors in BucketSort.java
This commit is contained in:
@ -53,8 +53,8 @@ class threesum{
|
||||
else r--;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
sc.close();
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user