This commit is contained in:
2024-10-13 15:27:04 +02:00
parent d449d4b10a
commit 3a1e525a4b
15 changed files with 155 additions and 19 deletions

View File

@@ -8,10 +8,10 @@
#include <time.h>
// Basculez à 1 les valeurs ci-dessous pour activer les tests correspondants.
#define TEST_STACK_BASIC 1
#define TEST_STACK_BASIC 0
#define TEST_SORT_STACK 0
#define TEST_COPY_STACK 1
#define TEST_HANOI 1
#define TEST_COPY_STACK 0
#define TEST_HANOI 0
#define TEST_QUEUE_BASIC 0
#define TEST_COPY_QUEUE 0