notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

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.