parallel-15-puzzle-solver

There are 1 repositories under parallel-15-puzzle-solver topic.

  • HxnDev/Parallel-15-Puzzle-Solver-Using-Multi-Threading

    The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.

    Language:C++3100