02-01 Solver

The purpose of this section is to build a general solver that can figure out how to transition from a given starting state to a given target state.

Starter code in Replit.


Data Structures

The data structures: SolverTrait, SolverOp, SolverData.

Tiny Steps

Little steps toward a solver.

Last modified February 3, 2022: Generic Solver PAIP 4 Instructions (398f8e1)