http://coursera.cs.princeton.edu/algs4/assignments/8puzzle.html
Is this Hamming and Manhattan priorities computation from the above link correct?
For example, the Hamming and Manhattan priorities of the initial search node below are 5 and 10, respectively.
Note that we do not count the blank square when computing the Hamming or Manhattan priorities.