Greedy Algorithms8 sections · 316 units
Open in Course

Quiz: Two Properties

Test your understanding

Check Your Understanding

Which two properties must hold for greedy to work?

  1. A.Overlapping subproblems and memoization
  2. B.Divide and conquer with merge step
  3. C.Greedy choice property and optimal substructure
  4. D.Backtracking with pruning
Start the roadmap to answer the quizzes and solve the challenges