Reduce bsort and matrix1 data size

This commit is contained in:
2026-07-07 18:16:09 +02:00
parent bf87063bf1
commit 5d64884397
2 changed files with 4 additions and 4 deletions
@@ -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];