I was tasked to implement the 8 puzzle problem in C using A* Algorithm, number of misplaced tiles (h1) and Manhattan Distance(h2). The program is working fine with Manhattan