Go to file
2021-11-06 14:06:16 +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 style: README.md 2021-11-06 14:06:16 +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
├── 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 \