X-Git-Url: http://nitlanguage.org diff --git a/lib/ai/README.md b/lib/ai/README.md index 0af1ce0..fdb2f08 100644 --- a/lib/ai/README.md +++ b/lib/ai/README.md @@ -1,12 +1,14 @@ Simple toolkit for artificial intelligence -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`