Reduce bsort and matrix1 data size
This commit is contained in:
@@ -42,7 +42,7 @@ int bsort_BubbleSort(int Array[]);
|
||||
Declaration of global variables
|
||||
*/
|
||||
|
||||
#define bsort_SIZE 100
|
||||
#define bsort_SIZE 5
|
||||
|
||||
static int bsort_Array[bsort_SIZE];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user