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 |
Write a program in C++ to concatenate two strings into third string using pointers
Who wrote stl?
How does an stl file work?
What is meant by stl in c++?
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
What is 2*2?
Define stl.
What is the disadvantage of templates ?
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .
How stl is different from the c++ standard library?