projet-programmation-impera.../README.md

45 lines
622 B
Markdown
Raw Normal View History

2021-11-06 13:18:05 +00:00
Laurent Fainsin \
1A, SN, 2020-2021 \
note: 18/20
# Building
2021-11-06 13:06:16 +00:00
```
$ colormake
2021-11-06 13:06:16 +00:00
```
# Cleaning
2021-11-06 13:06:16 +00:00
```
$ make clean
2021-11-06 13:06:16 +00:00
```
# Testing
2021-11-06 13:06:16 +00:00
```
$ make test
2021-11-06 13:06:16 +00:00
```
# Tree
2021-11-06 13:07:36 +00:00
.
├── 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