From b53ca54eb994318b3a0bb7d4eb56c52d57431c62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Zanin?= <loic.zanin@etu.unistra.fr>
Date: Wed, 25 Mar 2020 20:48:26 +0100
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 8023143..2cdd8b9 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,12 @@ Description de la plateforme de test
 
 ![plot]()
 
+|   ArrayList	|   Vector	|   LinkedList	|
+|---	|---	|---	|
+|  ![p4a/img/arraylist_gete.png]() 	|  ![p4a/img/vector_gete.png]() 	|  ![p4a/img/linkedlist_gete.png]() 	|
+|  ![p4a/img/arraylist_modify.png]() 	|  ![p4a/img/vector_modify.png]()	|   ![p4a/img/linkedlist_modify.png]()	|
+|  ![p4a/img/arraylist_remove.png]() 	|  ![p4a/img/vector_remove.png]() 	|   ![p4a/img/linkedlist_remove.png]()	|
+
 ### Consommation mémoire
 
 ![plot]()
-- 
GitLab