mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03: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)
|
||||
*/
|
||||
|
||||
#include <stdlib.h> // for rand() calls
|
||||
#include <assert.h> // for testing assert(<expr>)
|
||||
#include <stdbool.h> // for boolean values: true, false
|
||||
#include <stdlib.h> /// for rand() calls
|
||||
#include <assert.h> /// for assert(<expr>)
|
||||
#include <stdbool.h> /// for boolean values: true, false
|
||||
|
||||
#define MAX 20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user