Skip to content

Commit ed497ce

Browse files
authored
Update BucketSort.java
1 parent 227dd31 commit ed497ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sorts/BucketSort.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ public static void main(String args[])
5555
}
5656
}
5757

58+
59+
/*
5860
#Output:
5961
6062
$ javac Bucket_Sort.java
@@ -66,3 +68,4 @@ public static void main(String args[])
6668
95 9 95 87 8 81 18 54 57 53 92 15 38 24 8 56 29 69 64 66
6769
Sorted Sequence:
6870
8 8 9 15 18 24 29 38 53 54 56 57 64 66 69 81 87 92 95 95
71+
*/

0 commit comments

Comments
 (0)