Rename REAMDE to README.md
[nit.git] / tests / test_a_star.nit
2014-12-09 Alexis Laferrièrelib/a_star: rename `Path` to `AStarPath`
2013-11-07 Alexis Laferrièretests/a_star: adds a test using heuristics
2013-11-07 Alexis Laferrièrelib/a_star: minor clean up
2013-11-07 Alexis Laferrièrelib/a_star: adds a larger test
2013-11-07 Alexis Laferrièrelib/a_star: replace some class parameters with virtual...
2013-11-07 Alexis Laferrièrelib/a_star: renames virtual type E to N
2013-11-07 Alexis Laferrièrelib: intro the a_star module (even though it is not...