#####This is 8 puzzle solver written in Erlang, it uses A* algorithm and heirstic functions (manhattan and hamming distance)
Image shows process of chosing nodes with smalles heuristic score and repeat process for this nodes:
#Info about A* algorithm #Info about Manhattan Distance #Info about Hamming Distance
####TODO Add Makefile and Improve some functions