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 |
What is stl in oop?
What is the name of your birth place?
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 "
What are stl algorithms?
What is 2*2?
Explain when u will use Observer pattern and how u will implement in c++ .
What is a standard template library (stl)?
Who created stl?
How is stl different from c++ standard library?
write a program that input four digit number and find how many 7 that number contains
tell about sorted linked list
what is the difference between thread and process