Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Problem Solving with C++ Study Set 1
Quiz 18: Standard Template Library
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
Which of the following is not, strictly speaking, a component of the Standard Template Library?
Question 22
Multiple Choice
Which of the following is not a member function of the stack adapter template? For members of stack, specify any needed arguments.
Question 23
Multiple Choice
I have an algorithm that runs in ON
1/2
) , where n is the size of the problem. For N = 100, the time the algorithm runs is 1 minute. How long does the algorithm take for N=1000?
Question 24
Multiple Choice
Which of the following is not a member function of the queue adapter template? For members of queue, specify any needed arguments.
Question 25
Multiple Choice
Given the following definition for a map, which code fragment is valid? Map<int, string> mymap;
Question 26
Multiple Choice
Which of the following does not have STL containers types?
Question 27
Multiple Choice
In which container does the position of an inserted element depend on the data, not the order of insertion?
Question 28
Multiple Choice
Which of the following operations do random access iterators have?
Question 29
Multiple Choice
Which of the following is an incorrect declarations of iterators for STL containers? You may assume that the proper header has been included and that a using directive makes the names from namespace std available.