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

692 B

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_naive.adb
│ ├── google_naive.ads
│ ├── pagerank.adb
│ ├── vector.adb
│ └── vector.ads
└── test_pagerank.bash \

TODO

  • algo tri quicksort
  • implémenter creux
  • paufinner tests
  • rédiger rapport
  • rédiger présentation
  • meilleur initialize(vec)