Place one queen in each row so that no two queens attack each other. The visualizer shows try → check → place → recurse → backtrack.
Meaning: index = row, value = column of queen.