lib/ai: add the eight-queen problem as an example
[nit.git] / lib / ai / README.md
1 Simple toolkit for artificial intelligence
2
3 This library provides some frameworks for basic algorythm used for artificial intelligence.
4 It offers simple a generic class to extends and
5
6 Contents:
7
8 * see `backtrack`
9
10 See the `examples` subdirectory for examples:
11
12 * `examples/queens.nit`