Fine tune

This commit is contained in:
Yudong Jin
2022-12-27 20:11:22 +08:00
parent edf1029ac4
commit 34ad07bfed
3 changed files with 10 additions and 8 deletions

View File

@ -48,6 +48,8 @@ void bubble_sort_with_flag(int nums[], int size)
}
}
/* Driver Code */
int main()
{
int nums[6] = {4, 1, 3, 1, 5, 2};