Skip to content

Adanvanced Data Structure

start algorithm part

Backtrack

Eight Queen

  1. Construct a game tree alt text
  2. Perform a depth-first searcj (post-order traversal) to examine the paths alt text

The Turnpike Reconstruction Problem

alt text

Tic-tac-toe: Minimax Strategy

\(\aleph-\beta pruning\) alt text alt text