C++20 sections · 1024 units
Open in Course

Quiz: Problem Solving

Knowledge check

Check Your Understanding

You need to find the first non-repeating character in a string. Which container helps most?

  1. A.multiset<char>
  2. B.set<char>
  3. C.vector<char>
  4. D.map<char, int>
Start the roadmap to answer the quizzes and solve the challenges