lib/ai: add the n-puzzle problem as an example of search
authorJean Privat <jean@pryen.org>
Mon, 11 Aug 2014 19:09:35 +0000 (15:09 -0400)
committerJean Privat <jean@pryen.org>
Tue, 12 Aug 2014 19:28:58 +0000 (15:28 -0400)
commit68e4f41aebe3ac62575d1f5054d641f8acab7ff9
tree459423a4050381186083eabd8f7bc37f4b540fe9
parent58b153d57139f1726d223bf766053df99b64f55b
lib/ai: add the n-puzzle problem as an example of search

Signed-off-by: Jean Privat <jean@pryen.org>
lib/ai/README.md
lib/ai/examples/puzzle.nit [new file with mode: 0644]
lib/ai/search.nit