# What is an algorithm (in terms of the STL/C++ standard library)?

Showing Answers 1 - 2 of 2 Answers

ab79

  • Nov 14th, 2005
 

Algorithm in STL consist diffrent searching and sorting algos implementation, which takes start and end iterators of STL container

on which algo is going to work.  

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions