mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-03 05:27:55 +08:00
Fine tune
This commit is contained in:
@ -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};
|
||||
|
||||
Reference in New Issue
Block a user