Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 374 Bytes

Lem-in

Shortest path(s) finding algorithm. Help ants to find their way out of the maze. The algorithm looks for the shortest way to get all the ants out, which might be to take two long paths rather than the shortest path.

Usage

  • git clone the repository
  • make
  • ./lem-in < maps_path

Maps

Map exemples are provided in validation_test/maps

compatibility

Mac OS