C++20 sections · 1024 units
Open in Course

Quiz: Sorting Pairs

Knowledge check

Check Your Understanding

After sorting {(3,5), (1,9), (3,2), (1,5)}, what is the order?

  1. A.(1,5), (1,9), (3,2), (3,5)
  2. B.(3,2), (1,5), (3,5), (1,9)
  3. C.(1,9), (3,5), (1,5), (3,2)
  4. D.(3,5), (3,2), (1,9), (1,5)
Start the roadmap to answer the quizzes and solve the challenges