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 # Tree
. \ .
├── build \ ├── build
├── doc \ ├── doc
├── livrables \ │ ├── inp_n7.png
│ ├── raffinages.txt \ │ ├── PageRanks-Example.jpg
│ └── rapport.pdf \ │ ├── raffinages.txt
├── Makefile \ │ ├── rapport.md
├── README.md \ │ ├── rapport.pdf
├── src \ │ ├── rapport.tex
│ ├── google_creux.adb \ ├── Makefile
│ ├── google_creux.ads \ ├── README.md
│ ├── google_Naif.adb \ ├── src
│ ├── google_Naif.ads \ │ ├── google.adb
│ ├── pagerank.adb \ │ ├── google.ads
│ ├── vector.adb \ │ ├── pagerank.adb
│ └── vector.ads \ │ ├── quicksort.adb
└── test_pagerank.bash \ │ ├── quicksort.ads
│ ├── vector.adb
│ └── vector.ads
└── test_pagerank.bash