projects: update some short descriptions
[nit.git] / lib / ai / README.md
2015-08-28 Jean Privatprojects: update some short descriptions
2014-08-12 Jean Privatlib/ai: add the n-puzzle problem as an example of search
2014-08-12 Jean Privatlib/ai: add search.nit as the second module
2014-08-11 Jean Privatlib/ai: add the eight-queen problem as an example
2014-08-11 Jean Privatlib/ai: introduce the ai library with `backtrack` as...