fix: tree README.md

This commit is contained in:
Laureηt 2021-11-06 14:07:36 +01:00
parent 8d3272cf73
commit daa35c1f26
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -18,20 +18,23 @@ $ make test
# Tree
. \
├── build \
├── doc \
├── livrables \
│ ├── raffinages.txt \
│ └── rapport.pdf \
├── Makefile \
├── README.md \
├── src \
│ ├── google_creux.adb \
│ ├── google_creux.ads \
│ ├── google_Naif.adb \
│ ├── google_Naif.ads \
│ ├── pagerank.adb \
│ ├── vector.adb \
│ └── vector.ads \
└── test_pagerank.bash \
.
├── build
├── doc
│ ├── inp_n7.png
│ ├── PageRanks-Example.jpg
│ ├── raffinages.txt
│ ├── rapport.md
│ ├── rapport.pdf
│ ├── rapport.tex
├── Makefile
├── README.md
├── src
│ ├── google.adb
│ ├── google.ads
│ ├── pagerank.adb
│ ├── quicksort.adb
│ ├── quicksort.ads
│ ├── vector.adb
│ └── vector.ads
└── test_pagerank.bash