+ 2

What is use of the #include<algorithm.h> ?

explain this header file concept

2nd Jan 2018, 11:57 AM
Antony Gladson
Antony Gladson - avatar
1 Answer
+ 9
http://www.cplusplus.com/reference/algorithm/ The header <algorithm> defines a collection of functions especially designed to be used on ranges of elements. http://en.cppreference.com/w/cpp/algorithm
2nd Jan 2018, 12:01 PM
Scooby
Scooby - avatar