Skip to content

Commit 66217e6

Browse files
authored
Updated STL talk list.
1 parent 2784f10 commit 66217e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ const bool contains_four = std::ranges::any_of(v, [](int i)->bool{ return i == 4
4141
```
4242

4343
## Related STL Talks
44-
- [CppCon 2018: Jonathan Boccara "105 STL Algorithms in Less Than an Hour"](https://www.youtube.com/watch?v=2olsGf6JIkU&t=2459s)
44+
- [Meeting C++ 2019: Connor Hoekstra "Better Algorithm Intuition](https://www.youtube.com/watch?v=TSZzvo4htTQ)
4545
- [CppCon 2019: Connor Hoekstra "Algorithm Intuition" Part 1](https://www.youtube.com/watch?v=pUEnO6SvAMo)
4646
- [CppCon 2019: Connor Hoekstra "Algorithm Intuition" Part 2](https://www.youtube.com/watch?v=sEvYmb3eKsw)
47-
- [CppCon: Mathieu Ropert "This Videogame Programmer Used the STL and You Will Never Guess What Happened Next](https://www.youtube.com/watch?v=6hC9IxqdDDw)
47+
- [CppCon 2019: Mathieu Ropert "This Videogame Programmer Used the STL and You Will Never Guess What Happened Next"](https://www.youtube.com/watch?v=6hC9IxqdDDw)
48+
- [CppCon 2018: Jonathan Boccara "105 STL Algorithms in Less Than an Hour"](https://www.youtube.com/watch?v=2olsGf6JIkU&t=2459s)
49+
- [GoingNative C++ 2013: Sean Parent "C++ Seasoning"](https://www.youtube.com/watch?v=W2tWOdzgXHA)
4850

4951
## References
5052
- [cppreference.com](https://en.cppreference.com/w/cpp/algorithm)

0 commit comments

Comments
 (0)