lib/ai: add the eight-queen problem as an example
authorJean Privat <jean@pryen.org>
Tue, 5 Aug 2014 02:34:49 +0000 (22:34 -0400)
committerJean Privat <jean@pryen.org>
Mon, 11 Aug 2014 17:59:37 +0000 (13:59 -0400)
commit61f3fcc5afbd626dd520b08e908f12e980f83412
tree663c00a3d588388daf739b874f1802ea7b6524f6
parent43b110da7af0075c2a8a869d75d603ded60b9e8f
lib/ai: add the eight-queen problem as an example

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