Go to file
2021-11-06 14:07:36 +01:00
doc chore: cleanup 2021-11-06 14:04:54 +01:00
src git-svn-id: http://cregut.svn.enseeiht.fr/2020/1sn/pim/projets/GH-05@214003 e13453a9-b01f-0410-a051-f404c4f0c485 2021-01-24 09:26:20 +00:00
.gitignore chore: cleanup 2021-11-06 14:04:54 +01:00
Makefile remastered version 2021-01-22 14:26:52 +00:00
README.md fix: tree README.md 2021-11-06 14:07:36 +01:00
test_pagerank.bash meilleurs tests 2021-01-22 15:04:09 +00:00

Building

$ colormake

Cleaning

$ make clean

Testing

$ make test

Tree

. ├── 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