views:

146

answers:

3

I would prefer if these problems found are more oriented to c++...

+3  A: 

You could pick up the book AI Techniques for Game Programming, it walks you through many AI programs. I don't have any other AI books so I can't compare this to anything, but it's well-written and understandable.

GMan
+5  A: 

MIT has assignments and exams from one of their Artificial Intelligence classes online:

http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-034Fall-2006/CourseHome/index.htm

Scott Saunders
Awesome, MIT hit the nail on the head with releasing their coursework.
GMan
+3  A: 

I recommend Artificial Intellegence: A Modern Approach. It is not centric to c++ but more generalized algorithms which can be implemented in any language, and if you cant understand the process enough to implement it in your language of choice, having it implemented in that language will not help you. This book is definitely in my top 5 computer science books.

NickLarsen