lib/ai: add the eight-queen problem as an example
[nit.git] / lib / ai / README.md
index f4d58a7..0af1ce0 100644 (file)
@@ -6,3 +6,7 @@ It offers simple a generic class to extends and
 Contents:
 
 * see `backtrack`
+
+See the `examples` subdirectory for examples:
+
+* `examples/queens.nit`