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
how to use C++?
Why should a c++ programmer be interested in stl?
Define stl.
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
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
What does stl stand for in basketball?
How stl is different from the c++ standard library?
How do you convert stl to steps?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Is there any error below, its a code to delete all entires from a map #include
What does stl mean in slang?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
What is a standard template library (stl)? What are the various types of stl containers?
Who wrote stl?
What is stl in c++ with example?