STD Gems
From Chilipedia
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 |
| |||
6 | STD Gems [Generators] | November 1, 2018 | 10:03 |
| |||
7 | STD Gems [Permuters] | November 20, 2018 | 12:02 |
| |||
8 | STD Gems [Partition] | December 2, 2018 | 13:11 |
| |||
9 | STD Gems [Sorting] | August 18, 2019 | 17:57 |
|