what is an algorithm in terms of STL?



what is an algorithm in terms of STL?..

Answer / 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

More STL Interview Questions

What is stl in oop?

0 Answers  


What is the name of your birth place?

0 Answers  


write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "

1 Answers  


What are stl algorithms?

0 Answers  


What is 2*2?

7 Answers  


Explain when u will use Observer pattern and how u will implement in c++ .

1 Answers  


What is a standard template library (stl)?

0 Answers  


Who created stl?

0 Answers  


How is stl different from c++ standard library?

0 Answers  


write a program that input four digit number and find how many 7 that number contains

4 Answers  


tell about sorted linked list

1 Answers  


what is the difference between thread and process

1 Answers   Infosys,


Categories