cpp-stl-algorithms icon indicating copy to clipboard operation
cpp-stl-algorithms copied to clipboard

This repository houses VERY simple example code for each STL algorithm and explains what each does.

Results 2 cpp-stl-algorithms issues
Sort by recently updated
recently updated
newest added

The comment for `remove_copy` should state `// res is now { 1 3 4 5 0 }` rather than `v`.

Hi, great repository, thanks for this nice overview! I think that the purpose of the `find_first_of` function would be better explained with two different letters in `t`.