This is a small, useless JavaScript implementation to the classic 8-puzzle problem. This implementation utilizes the A* search algorithm, and is based off of a Princeton Computer Science course ...
8 Puzzle JavaScript Solution This is a small, useless JavaScript implementation to the classic 8-puzzle problem. This implementation utilizes the A* search algorithm, and is based off of a Princeton ...