Outils d'utilisateurs

Outils du Site


algorithmes_standards

Ceci est une ancienne révision du document !


Les algorithmes standards

Travailler sur collections. accès aux éléments un par un avec begin/end/next est peut efficace. Application sur l'ensemble des éléments avec algo

Première notion de fonction lambda

Algo non modifiant

for_each, find, find_if, all_of, any_of, none_of, count_if, etc

Algo modifiant

fill, transform, generate, suffle, etc.

Trie

sort, etc

etc… (iota, accumulate)

algorithmes_standards.1401300485.txt.gz · Dernière modification: 2014/05/28 20:08 par gbdivers