Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12030b8

Browse files
committed
solve error
1 parent cbf56f5 commit 12030b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@
12701270
" | 5 | 0 | 6 | | 3 | 4 | 5 |\n",
12711271
" | 8 | 3 | 1 | | 6 | 7 | 8 |\n",
12721272
" \n",
1273-
"We have a total of 9 blank tiles giving us a total of 9! initial configuration but not all of these are solvable, the solvability of a configuration can be checked by calculating the Inversion Permutation. If the total Inversion Permutation is even then the initial configuration is solvable else not.\n",
1273+
"We have a total of 9 blank tiles giving us a total of 9! initial configuration but not all of these are solvable, the solvability of a configuration can be checked by calculating the Inversion Permutation. If the total Inversion Permutation is even then the initial configuration is solvable else the initial configuration is not solvable which means that only 9!/2 initial states lead to a solution.\n",
12741274
"\n",
12751275
"#### Heuristics :-\n",
12761276
"\n",

0 commit comments

Comments
 (0)