MohammedEsafi / Lem_in

Paths finder to move ants from start room to end room with the least amount of steps ― maximum flow at minimum cost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lem_in

is a 42 school project. in this project 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.

Resources

About

Paths finder to move ants from start room to end room with the least amount of steps ― maximum flow at minimum cost


Languages

Language:C 95.3%Language:Makefile 4.7%