Skip to content

Safouak/Lem_in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Lem_in

🐜 Parallel path finder to distribute multiple ants with the least amount of steps using Ford-Fulkerson and Max Flow

lem-in

42 School project

This project is a game about ant farm. Its goal is to find the shortest path from start room to the end.

About lem-in

At the beginning from standart output the program recieves information about number of ants had to be leaded through path, room names (can be numbers, words, characters etc.) with coordinates and links. Here is an example:

screen shot 2017-07-16 at 7 23 13 pm

Comments "##start" and "##end" are provided to show the start and end room information. We don't care about any other comments.

Installation and usage

Simply clone repository and run following commands:

make

./lem-in < maps/subject-1.map

Here 'maps/subject-1.map' is an example of game map.

About

🐜 Parallel path finder to distribute multiple ants with the least amount of steps using Ford-Fulkerson and Max Flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors