FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bubble sort 2 · anuragkmr45/java_program@e04ae97 · GitHub

Commit e04ae97

Browse files
committed
bubble sort 2
1 parent 2a64644 commit e04ae97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎array/sorting/BubbleSort.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static void swap(int[] array, int first , int second) {
2424
}
2525

2626
public static void main(String[] args) {
27-
int[] arr = {1,4,3,2,56,8,9};
27+
int[] arr = {1,4,3,2,5,6,8,9};
2828
BSort(arr);
2929
System.out.println(Arrays.toString(arr));
3030
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL