This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
const static int EXECUTION_COUNT = 100000;
|
const static int EXECUTION_COUNT = 100000;
|
||||||
static constexpr int MATRIX_MAX_SIZE = 7;
|
static constexpr int MATRIX_MAX_SIZE = 5;
|
||||||
|
|
||||||
static int GetRandomSize() {
|
static int GetRandomSize() {
|
||||||
return rand() % MATRIX_MAX_SIZE + 1;
|
return rand() % MATRIX_MAX_SIZE + 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user