mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +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