| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ static void swap(int[] array, int first , int second) { | |||
| 24 | 24 | } | |
| 25 | 25 | ||
| 26 | 26 | 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}; | ||
| 28 | 28 | BSort(arr); | |
| 29 | 29 | System.out.println(Arrays.toString(arr)); | |
| 30 | 30 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments