I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
ComputingStl

Algorithms

Sub levels below this category:


Overview

An algorithm is a set of rules that actually defined what to do to the data structure. Algorithms are global functions that operate with iterators; hence, all algorithms can be implemented once for any container type.

The STL library provides a complete set of algorithms that can be used to avoid painful reimplementations.

Section Pages