--- # edu-of9y title: 'Write ยง7: Implementing MCTS in Rust' status: todo type: task created_at: 2026-03-13T20:03:17Z updated_at: 2026-03-13T20:03:17Z parent: edu-coqp --- Walk through selection (UCB1 formula), expansion, simulation (random rollout), backpropagation. Show Rust code for the node structure and the four phases.