Given an ant colony, we'll try to move it from one point to another. The goal is to make it take as little time as possible. This project from 42 school introduces to graph traversal algorithms: our program will have to intelligently select the paths and precise movements that must be taken by these ants.
[TODO]
[TODO]
[TODO]
To compile the program, make sure to have:
- gcc
- make
Run the folowing in the project directory
make
[TODO]
$> ./lem-in < [FILE]
- Abderrhman Alhaouil - abdoualhaouil
- Robert Bright - Robright20