choose-explore-undo
RU: выбери-исследуй-отмени
The core pattern of backtracking: (1) choose a value or branch, (2) recurse (explore) deeper with that choice, (3) undo the choice on return. Repeated for each available option until all are explored.
RU: выбери-исследуй-отмени
The core pattern of backtracking: (1) choose a value or branch, (2) recurse (explore) deeper with that choice, (3) undo the choice on return. Repeated for each available option until all are explored.