Graph Theory37 sections · 1633 units
Open in Course

Quiz: Backward Induction

Knowledge check

Check Your Understanding

You run backward induction on a game DAG with nn positions and mm edges. What is the time complexity?

  1. A.O(n2)O(n^2)
  2. B.O(nm)O(n \cdot m)
  3. C.O(n+m)O(n + m)
  4. D.O(mlogn)O(m \log n)
Start the roadmap to answer the quizzes and solve the challenges