N-Queens is the quintessential constraint-satisfaction backtracking problem, teaching you to use sets for O(1) conflict detection and systematic row-by-row placement.
Enable JavaScript for the full StreamPrep guide.