You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program to solve 8 Puzzle problem using A-Star heuristic algorithm in C. Heuristic used in the algorithm is the City Block Distance between the Current state and the Goal State.
About
Program to solve 8 Puzzle problem using A-Star heuristic algorithm in C