Search Algorithms
I plan to implement a suit of the various search algorithms common in AI. The code will be a good starting point and will give people new to AI a better grasp of the algorithms. When I was studying search algorithms a few years back I always thought it would be great to have code for all algorithms on a simplistic problem. I guess thats why I will implement it now.
The search world will be a 16x16 matrix with a few blocked locations. The goal of the search will be to find a path between the starting point and the destination.
As I said this is a very simple problem but I will try to implement all search algorithms. I would help newbies a lot if they went through and messed around with the code.
Nikhil
|