Quiz: Minimum Window

Test your understanding

Check Your Understanding

In Minimum Window Substring, when do you try to shrink the window?

  1. A.When the window exceeds a size limit
  2. B.When the window contains all required characters
  3. C.When you find a character not in target
  4. D.After every expansion
Start the roadmap to answer the quizzes and solve the challenges