Usage: ./lem-in < lem_in_tests/maps/<file_name> or: sh autolemin.sh
Description: You must move your ant colony from one point to another in the least amount of time. Through this project, you will explore graph traversal algorithms: your program will have to choose the paths and moves to be taken by the ants.
Objectives: Graph traversal, Depth first search
Skills: Imperative programming, Algorithms & AI, Rigor
Requirements: PDF