Difference between revisions of "STD Gems"
From Chilipedia
(→List of Tutorials) |
|||
Line 41: | Line 41: | ||
| style="border:1px solid grey;padding:8px;" colspan="4" | | | style="border:1px solid grey;padding:8px;" colspan="4" | | ||
* Covered: <code>transform</code> <code>for_each</code> <code>for_each_n</code> | * Covered: <code>transform</code> <code>for_each</code> <code>for_each_n</code> | ||
+ | |- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;" | ||
+ | | style="border:1px solid grey;"|4 | ||
+ | | style="border:1px solid grey;text-align:left;"|[https://youtu.be/hUDaKNOpP4k <nowiki>STD Gems [count any/all/none_of]</nowiki>] | ||
+ | | style="border:1px solid grey;"|July 29, 2018 | ||
+ | | style="border:1px solid grey;"|9:27 | ||
+ | |- style="background-color:#333;color:#c1c1c1;" | ||
+ | | style="border:1px solid grey;padding:8px;" colspan="4" | | ||
+ | * Covered: <code>count</code> <code>any_of</code> <code>all_of</code> <code>none_of</code> | ||
+ | | style="border:1px solid grey;"|5 | ||
+ | | style="border:1px solid grey;text-align:left;"|[https://youtu.be/hUDaKNOpP4k <nowiki>STD Gems [find / search / reverse iterator]</nowiki>] | ||
+ | | style="border:1px solid grey;"|August 13, 2018 | ||
+ | | style="border:1px solid grey;"|17:07 | ||
+ | |- style="background-color:#333;color:#c1c1c1;" | ||
+ | | style="border:1px solid grey;padding:8px;" colspan="4" | | ||
+ | * Covered: <code>find</code> <code>find_if</code> <code>find_if_not</code> <code>find_first_of</code> <code>mismatch</code> <code>find_end</code> <code>adjacent_find</code> <code>search_n</code> | ||
|} | |} |
Revision as of 20:12, 5 October 2019
STD Gems is a series that will introduce useful tools from the standard library in bite-sized (typically 10-18 minute long) videos. The series will mainly focus on teaching the functions from the <algorithm>
library, but will also branch off into other areas of the standard library, such as lesser-known containers like std::deque
or the different kinds of distributions in <random>
.
List of Tutorials
Tutorial Number | Title | Release Date | Runtime | ||||
0 | STD Gems [Overview] | May 10, 2018 | 4:59 | ||||
Just an overview of the STD Gems series. | |||||||
1 | STD Gems [Copy / Filter] | May 16, 2018 | 15:24 | ||||
| |||||||
2 | STD Gems [remove_if bois] | May 30, 2018 | 14:24 | ||||
| |||||||
3 | STD Gems [transform for_each] | June 17, 2018 | 16:33 | ||||
| |||||||
4 | STD Gems [count any/all/none_of] | July 29, 2018 | 9:27 | ||||
|
5 | STD Gems [find / search / reverse iterator] | August 13, 2018 | 17:07 | |||
|