OverlappingSubproblems.md (253B)
1 # Overlapping Subproblems 2 3 L3 4 5 **Definition:** Overlapping subproblems is a property of a problem such that subproblems occur again and again meaning we are being more efficient by solving these subproblems than by trying to solve the original problem.