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 c++

2 Answers  


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

0 Answers   NDS,


What is a list in c++ stl?

0 Answers  


Can we use stl in coding interviews?

0 Answers  


Define stl.

0 Answers  






what is the acronym of the term 'C.O.M.P.U.T.E.R' ?

17 Answers   Config Systems, Google, Wipro,


How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.

2 Answers  


Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.

1 Answers  


Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

21 Answers   ABC, Sun Microsystems,


how to swap two numbers in a linked list without exchanging the data but only the links?

3 Answers   Wipro,


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

6 Answers  


What is stl in oop?

0 Answers  


Categories