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

Define the terms: field, record, table and database

5 Answers  


What are stl algorithms?

0 Answers  


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.

0 Answers  


what's the difference between function overloading and function overiding?

5 Answers  


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

0 Answers  






give me the defination of inheritance?

5 Answers   Infosys,


What is stl stack?

0 Answers  


Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts

0 Answers  


How do you convert stl to steps?

0 Answers  


What is stl stand for?

0 Answers  


Write a program in C/C++ to implement reader- writer problem

1 Answers   Wipro,


what is the difference between thread and process

1 Answers   Infosys,


Categories