C++20 sections · 1024 units
Open in CourseQuiz: Algorithm Basics
Algorithm header
Quiz: Algorithm Basics
What does the reverse algorithm do to a container?
- A.Sorts elements in reverse order
- B.Removes elements from the end
- C.Creates a reversed copy
- D.Reverses the order of elements in place