Skip to content

Latest commit

 

History

History

10-recursive-backtracking

Unit 10: Complete search - recursive backtracking

This unit covers the complete search paradigm, with a focus on recursive backtracking (pruning and usage of bitmasks is included).

Complementary notes can be found in sections 3.2.2 and 8.2.1 of the book Competitive Programming 3.

Prerequisites

Practice problems

Iterative complete search

Recursive backtracking

Easy

Medium

Harder