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 a standard template library (stl)?
What is C++ could you enplane me please?
Write a program in C++ returning starting locations of a substring using pointers
What is a standard template library (stl)? What are the various types of stl containers?
what is template and type convertion
What is the stl, standard template library?
what is c++
Name the different types of stl containers.
Is stl part of c++ standard?
what is an algorithm in terms of STL?
Write a program in C++ to concatenate two strings into third string using pointers
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value