Backtracking

Home > Engineering and Technology > Computer Engineering > Data Structures and Algorithms > Backtracking

A problem-solving method that involves exploring all possible solutions, and rejecting the ones that fail to satisfy or solve the problem.