X-Git-Url: http://nitlanguage.org diff --git a/lib/ai/README.md b/lib/ai/README.md index f4d58a7..f9997e1 100644 --- a/lib/ai/README.md +++ b/lib/ai/README.md @@ -1,8 +1,14 @@ -Simple toolkit for artificial intelligence +Simple library for basic artificial intelligence algorithms -This library provides some frameworks for basic algorythm used for artificial intelligence. -It offers simple a generic class to extends and +This library provides some frameworks for basic algorithms used for artificial intelligence. +It offers simple generic classes to extends. Contents: * see `backtrack` +* see `search` + +See the `examples` subdirectory for examples: + +* `examples/queens.nit` +* `examples/puzzle.nit`