From 788a08ef77786fc6b0f1f8853cc2fbc29e44b37a Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Wed, 19 Feb 2020 10:34:26 +0100
Subject: [PATCH] maj

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

diff --git a/index.md b/index.md
index 64a9f36..88afba7 100644
--- a/index.md
+++ b/index.md
@@ -57,6 +57,10 @@ La chaîne *mixer.com* de mes cours se trouve sur <https://www.mixer.com/omhepia
 
 ## La ligne de commande [PDF](prog_seq_c_cours/ligne_commande.pdf)
 
+## Les pointeurs avancés [PDF](prog_seq_c_cours/pointeurs_avances.pdf)
+
+## Théorie sur Delaunay [PDF](prog_seq_c_cours/delaunay.pdf)
+
 # Exercices de programmation séquentielle en C
 
 ## Le nombre secret, [HTML](prog_seq_c_tp/nombre_secret/index.html), [PDF](prog_seq_c_tp/nombre_secret/nombre_secret.pdf)
@@ -77,6 +81,8 @@ La chaîne *mixer.com* de mes cours se trouve sur <https://www.mixer.com/omhepia
 
 ## List-Vector, [HTML](prog_seq_c_tp/lst_vector/index.html), [PDF](prog_seq_c_tp/lst_vector/linked_vector.pdf)
 
+## Delaunay, [HTML](prog_seq_c_tp/delaunay/index.html), [PDF](prog_seq_c_tp/delaunay/delaunay.pdf)
+
 :::
 ::: {.column width="60%"}
 
-- 
GitLab