Compare classical vs quantum random walk on a line. The quantum walker spreads quadratically faster. Control the coin operator and watch the probability distribution evolve.
Key insight: Classical random walk variance grows as O(T) (std dev ~ sqrt(T)).
Quantum walk variance grows as O(T^2) (std dev ~ T). This quadratic speedup
is the foundation for quantum search algorithms on graphs.