From 3280eb1d77f3982c21e519cc13ad68f5f1e32a58 Mon Sep 17 00:00:00 2001 From: GUEHL PASCAL <p.guehl@unistra.fr> Date: Wed, 23 Mar 2022 14:42:54 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 137907c..6774594 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,10 @@ Ce script se charge de compiler le programme, puis de lancer l'application, puis ### Temps d'exécution -| Jeu de test | ICArrayDeque | ICLinkedList | ICStack | ICAutre | -|----------------------|---------------------------|---------------------------|---------------------------|---------| -| minimum |  |  |  | | -| add |  |  |  | | +| Jeu de test | ICArrayDeque | ICLinkedList | ICStack | ICOwnLinkedList | ICBinaryTreeSearch | +|----------------------|---------------------------|---------------------------|---------------------------|------------------|--------------------| +| minimum |  |  |  | | +| add |  |  |  | | | remove |  |  |  | | -- GitLab