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.
- git clone the repository
- make
- ./lem-in < maps_path
Map exemples are provided in validation_test/maps
Mac OS