Oh... my IDA* gets TLE... :wink: Manhattan distance isn't very good in some cases......
What good heuristics do you guys have? How long does your program take to solve the following cases?
12
1 11 12 10 9 8 7 6 5 4 3 2
16
9 11 12 10 5 8 7 6 13 4 3 2 1 14 15 16
28
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ...
Search found 3 matches
- Mon Dec 08, 2008 4:09 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11163 - Jaguar King
- Replies: 17
- Views: 14014
- Wed Nov 26, 2008 4:07 am
- Forum: Algorithms
- Topic: about evaluation function
- Replies: 0
- Views: 1023
about evaluation function
I need some problem that use evaluation function,but it doesn't use search(a search problem)...
I find some search problem with evaluation function or Heuristic Search,just like 15-puzzle
but I need others(such as DP,or ...
thanks...
I find some search problem with evaluation function or Heuristic Search,just like 15-puzzle
but I need others(such as DP,or ...
thanks...
- Wed Aug 13, 2008 5:30 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10955 - Playfair Cipher
- Replies: 2
- Views: 2608
Re: 10955 - Playfair Cipher
I use DFS to find the key for the encryption,but I got WA!
I can't find any mistake in my code,who can give me some test?
I really need help.
I can't find any mistake in my code,who can give me some test?
I really need help.