Robright20 / lem-in

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42 Lem-in

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.

About

[TODO]

Algorithm explained

[TODO]

Latest Features

[TODO]

Building

To compile the program, make sure to have:

  • gcc
  • make

Run the folowing in the project directory

make

Testing

[TODO]

Usage

$> ./lem-in < [FILE]

Authors

About

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.


Languages

Language:C 83.7%Language:Makefile 16.3%