Backtracking Algorithms

Home > Computer Science > Software Engineering > Algorithms > Backtracking Algorithms

These are used to solve problems by generating all possible solutions and choosing the best one. Examples include the N-Queens problem and Sudoku solving algorithms.