forked from menault/TD1_DEV51_Qualite_Algo
Fix
This commit is contained in:
6
bubblesort.h
Normal file
6
bubblesort.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __BUBBLESORT__
|
||||
#define __BUBBLESORT__
|
||||
|
||||
void bubblesort(int* array, int length);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user