diff --git a/C_plus_plus/resources.md b/C_plus_plus/resources.md index b6f546bd..372689a6 100644 --- a/C_plus_plus/resources.md +++ b/C_plus_plus/resources.md @@ -732,6 +732,7 @@ A curated list of C++ frameworks, libraries, resources, and shiny things. * [C Programming Tutorials](https://www.youtube.com/playlist?list=PL78280D6BE6F05D34) - All of TheNewBoston's C programming tutorials are right here. * [Bo Qian's playlist](https://www.youtube.com/user/BoQianTheProgrammer/playlists) - Boost Library, C++ Standard Library, Modern C++, Advanced C++, Advanced STL, ... * [Derek Banas C++ in One Video](https://www.youtube.com/watch?v=Rub-JsjMhWY&list=PLGLfVvz_LVvSX7fVd4OUFp_ODd86H0ZIY) - Gives a good overview/review of the functionality of C++ +* [Striver's Complete C++ STL in 1 Video | Time Complexity and Notes](https://www.youtube.com/watch?v=RRVYpIET_RU) - This is a great summarized STL video, really helpful for beginners as well as advanced folks [Back To Top](#Everything-about-C++)