Commit f748110237d3d32dce0c2f6a3650c8245162caa6

Authored by ccalleri
1 parent d3e84094

Update readme : ajout des images

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 Ce programme implémente un correcteur orthographique minimaliste écrit en C dans le cadre du cours de Programmation Avancée de Mr. [Rudametkin](https://rudametw.github.io/) d'IMA3 à Polytech'Lille. 3 Ce programme implémente un correcteur orthographique minimaliste écrit en C dans le cadre du cours de Programmation Avancée de Mr. [Rudametkin](https://rudametw.github.io/) d'IMA3 à Polytech'Lille.
4 Auteurs : Sébastien Dardenne et Corto Callerisa 4 Auteurs : Sébastien Dardenne et Corto Callerisa
5 5
6 -![](https://github.c0.png?raw=true) 6 +![](img/lancement.png)
7 7
8 ## Principe 8 ## Principe
9 9
@@ -40,10 +40,16 @@ Le programme renvoie l'ensemble des mots malorthographiés sur le terminal. @@ -40,10 +40,16 @@ Le programme renvoie l'ensemble des mots malorthographiés sur le terminal.
40 40
41 ### Benchmark 41 ### Benchmark
42 42
  43 +![](img/benchmark.png)
  44 +
43 ### Warnings 45 ### Warnings
44 46
  47 +![](img/compilation.png)
  48 +
45 ### Gestion mémoire 49 ### Gestion mémoire
46 50
  51 +![](img/valgrind.png)
  52 +
47 ## Auteurs 53 ## Auteurs
48 54
49 Sébastien Dardenne 55 Sébastien Dardenne