[algogeeks] Re: 8 puzzle problem

2008-01-31 Thread dor
Have you tried Google? This kinds of problems are usually given as assignments, and there's plenty of information on the web. Here's one for example: http://www.cs.rpi.edu/academics/courses/fall00/ai/assignments/assign3heuristics.html On Jan 9, 11:33 pm, monu <[EMAIL PROTECTED]> wrote: > Hi  guy

[algogeeks] Re: 8 puzzle problem

2008-01-09 Thread Ajinkya Kale
Check out any AI bookA good dynamic algo is illustrated in Horwitz Sahani book "Fundamentals of Algorithms " On Jan 10, 2008 10:03 AM, monu <[EMAIL PROTECTED]> wrote: > Hi guys! > > i am working on 8puzzle problem, but i am not getting any Heuristic > function to solve the problem. > > Can a