mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Update sorting/bubble_sort_2.c
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
6c6879fe52
commit
97dfc06875
@ -10,9 +10,9 @@
|
|||||||
* @author [Gabriel Fioravante](https://github.com/northernSage)
|
* @author [Gabriel Fioravante](https://github.com/northernSage)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h> // for rand() calls
|
#include <stdlib.h> /// for rand() calls
|
||||||
#include <assert.h> // for testing assert(<expr>)
|
#include <assert.h> /// for assert(<expr>)
|
||||||
#include <stdbool.h> // for boolean values: true, false
|
#include <stdbool.h> /// for boolean values: true, false
|
||||||
|
|
||||||
#define MAX 20
|
#define MAX 20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user