An open API service indexing awesome lists of open source software.

https://github.com/ollevche/lem-in

Imagine you have to transfer N ants from A to B on an Ant Farm (a graph) in the fastest possible way. The program finds the best set of paths on a graph and does all the work!
https://github.com/ollevche/lem-in

Last synced: over 1 year ago
JSON representation

Imagine you have to transfer N ants from A to B on an Ant Farm (a graph) in the fastest possible way. The program finds the best set of paths on a graph and does all the work!

Awesome Lists containing this project

README

          

## :ant: Lem-in

This is C implementation of Lem-in.

I have done this one more time (in `Java`), so please read [Lem-in V2 README](https://github.com/ollevche/lem-in-v2) instead.