105 STL Algorithms in Less Than an Hour - Jonathan Boccara [ACCU 2018]

preview_player
Показать описание
We are all aware that we should know the STL algorithms. Including them in our designs allows us to make our code more expressive and more robust. And sometimes, in a spectacular way.

But do you know your STL algorithms?

In this presentation, you’ll see the 105 algorithms that the STL currently has, including those added in C++11 and C++17. But more than just a listing, the point of this presentation is to highlight the different groups of algorithms, the patterns they form in the STL, and how the algorithms relate together.

This kind of big picture is the best way I know to actually remember them all, and constitute a toolbox chock-full of ways to make our code more expressive and more robust.
Рекомендации по теме
Комментарии
Автор

This is possibly the most accessible method of explaining the standard library algorithms I've seen. Good work!

MatthewChaplain
Автор

i can't believe ppl didn't clap after the The World of C++ STL Aglorithms animation! it was so good.

code_report
Автор

Great talk Jonathan! we need more people like you, passionate, brilliant and C++ popularizer...

jesuscuadrado
Автор

Great talk! One grave omission however: in my opinion, you should name the father of STL, Alexander Stepanov, and spend a few minutes on how STL was a breakthrough and a turning point from c++ and what distinguished it from other collection of algorithms.

CedricMialaret
Автор

Watching this talk is a homework assignment in my course now. I just keep nodding from beginning to end, and the presentation is amazing. Why didn't the audience give some hand for the animation?!

tobiasfuchs
Автор

Nice presentation! This video will probably be used for all my future needs of STL algorithms :)

andreaslegomovies
Автор

This is very helpful, thank you for this

svenbtb
Автор

It is one of the best Video on STL Algorithms. And with a Mind Map(like fantasy world map) !!!

reemuskumar
Автор

Thank you for this presentation, I've learned a lot from it and I have in mind a couple of places where I could use this, turning a 50 liner to a 1 liner, that's very useful!

Buqui
Автор

I think I saw the map of STL on reddit months ago. and it would be nice to mention the father and mother of STL, Alexander Stepanov and Meng Lee.

chunshengpei
Автор

How did you do that nice map animation?

adamurban
Автор

where to get these slides from?
please make a git repository..

bhairaramjakhar
Автор

Good talk! Where can i download the map?

svenbekgb
Автор

This is possibly the most accessible method of explaining the standard library algorithms I've seen. Good work!

xiaoruizhou