The sliding-tile puzzle consists of three black tiles, three white tiles, and an empty space in the

Question:

The sliding-tile puzzle consists of three black tiles, three white tiles, and an empty space in the configuration shown in Figure 4.29. The puzzle has two legal moves with associated costs:

 Figure 4.29

WWW

A tile may move into an adjacent empty location. This has a cost of 1. A tile can hop over one or two other tiles into the empty position. This has a cost equal to the number of tiles jumped over. The goal is to have all the white tiles to the left of all the black tiles. The position of the blank is not important.

a. Analyze the state space with respect to complexity and looping.

b. Propose a heuristic for solving this problem and analyze it with respect to admissibility, monotonicity, and informedness.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: