Commit f748110237d3d32dce0c2f6a3650c8245162caa6
1 parent
d3e84094
Update readme : ajout des images
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -3,7 +3,7 @@ |
3 | 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 | 4 | Auteurs : Sébastien Dardenne et Corto Callerisa |
5 | 5 | |
6 | -![](https://github.c0.png?raw=true) | |
6 | +![](img/lancement.png) | |
7 | 7 | |
8 | 8 | ## Principe |
9 | 9 | |
... | ... | @@ -40,10 +40,16 @@ Le programme renvoie l'ensemble des mots malorthographiés sur le terminal. |
40 | 40 | |
41 | 41 | ### Benchmark |
42 | 42 | |
43 | +![](img/benchmark.png) | |
44 | + | |
43 | 45 | ### Warnings |
44 | 46 | |
47 | +![](img/compilation.png) | |
48 | + | |
45 | 49 | ### Gestion mémoire |
46 | 50 | |
51 | +![](img/valgrind.png) | |
52 | + | |
47 | 53 | ## Auteurs |
48 | 54 | |
49 | 55 | Sébastien Dardenne | ... | ... |