From 01887dacd72693e54409ae8a8b5222b4ced81ae4 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Mon, 9 May 2022 00:05:55 +0200
Subject: [PATCH] readme updated

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b4b8038..672e69a 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ sur `gitedu`. La note sera une combinaison de la réalisation et de la présenta
 
 ## Liste d'idées de projets
 
-1. Plus court chemin dans un graphe avec l'algorithme A-star.
-2. Plus court chemin dans un graphe avec l'algorithme des fourmis.
+1. [A-star](astar.md).
+2. [Fourmis](fourmis.md).
 3. [Min/Max](minmax.md)
 4. [Galaxie](galaxie.md).
 5. [B+-arbre](bplusarbres.md).
-- 
GitLab