what is an algorithm in terms of STL?
Answer Posted / bayo
In STL algorithms provide a set of functions to modify,
interpret and analyze the data in container objects.
Iterators provide the connection between the
containers and the algorithms. The generic algorithms take
iterators as arguments to access data in container
objects. Since they work on iterators, they have
independence from the container type.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
Who created stl?
What is the stl, standard template library?
how to use C++?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Is string part of stl?
What is a stl vector?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
write a program to convert a decimal number in to its equivalent binary number?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is meant by stl in c++?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
how to making game in c++ ?
Name the different types of stl containers.