Add similaritys

This commit is contained in:
2025-10-22 17:56:26 +02:00
parent 5f6305a2f2
commit 593b813988
6 changed files with 138 additions and 58 deletions

View File

@@ -9,8 +9,6 @@
#define MAX_DEPTH 8
#define MAX_POSIBLE_DEPTH 11
static_assert(MAX_DEPTH <= MAX_POSIBLE_DEPTH);
static_assert(180 == sizeof(Dna));
constexpr int SIZE_OF_DNA = sizeof(Dna);
struct Branch
{