We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d65ff commit 5150a6bCopy full SHA for 5150a6b
Others/3 sum.java
@@ -53,8 +53,8 @@ public static void main(String args[])
53
else r--;
54
}
55
56
-
57
+ sc.close();
58
59
60
Sorts/BucketSort.java
@@ -1,7 +1,8 @@
1
+package Sorts;
2
3
import java.util.Random;
4
-public class Bucket_Sort
5
+public class BucketSort
6
{
7
static int[] sort(int[] sequence, int maxValue)
8
0 commit comments