: Making the locally optimal choice at each step with the hope of finding a global optimum.
: A sliding tile game where the goal is to reach a target configuration in the fewest moves, often used to test heuristic search algorithms like A*.
" Algorithmic Puzzles " (Home95) is a collection of problems designed to develop high-level without requiring actual computer programming. These puzzles use clearly defined procedures to solve problems, ranging from ancient classics to modern interview-style questions. Core Problem-Solving Strategies Algorithmic Puzzles - Home95
: Reducing a problem to a smaller instance of the same problem (e.g., the 8-puzzle ).
: Classic logic problems involving moving items (like a wolf, goat, and cabbage) across a river under specific constraints. : Making the locally optimal choice at each
: Breaking problems into overlapping subproblems and storing results to avoid redundant work.
51. 3.1 vector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52. 3.1.1 Iterators . . . . . . . . . . . . . . . USACO Guide These puzzles use clearly defined procedures to solve
: Tasks that involve finding a specific arrangement within a massive set of possibilities, such as the Fibonacci rabbit puzzle or Hamiltonian paths. Recommended Resources Principles of Algorithmic Problem Solving - USACO Guide