Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 868 Bytes

File metadata and controls

21 lines (15 loc) · 868 Bytes

A basic wooden railway set contains the pieces shown in . The task is to connect these pieces into a railway that has no overlapping tracks and no loose ends where a train could run off onto the floor.

  1. Suppose that the pieces fit together exactly with no slack. Give a precise formulation of the task as a search problem.

  2. Identify a suitable uninformed search algorithm for this task and explain your choice.

  3. Explain why removing any one of the “fork” pieces makes the problem unsolvable.

  4. Give an upper bound on the total size of the state space defined by your formulation. (Hint: think about the maximum branching factor for the construction process and the maximum depth, ignoring the problem of overlapping pieces and loose ends. Begin by pretending that every piece is unique.)