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


Please Help Members By Posting Answers For Below Questions

What is the stl, standard template library?

600


What do stl stand for?

647


totoo po ba ang manga aliens!

2343


When did c++ add stl?

744


What does stl stand for in basketball?

651






What is a list in c++ stl?

699


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2099


What two types of containers does the stl provide?

573


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

1898


i wanted to know about questions about c,c++ , which is required for placements.... im a fresher

1705


What does stl mean in slang?

656


What is stl language?

682


What are stl algorithms?

632


Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

1861


What is stl in oop?

690