The C++ Programming Language C++ STL algorithm minmax, minmax element | Modern Cpp Series Ep. 175
C++ STL algorithm minmax, minmax element | Modern Cpp Series Ep. 175 Transcript and Lesson Notes
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
Quick Summary
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
Key Takeaways
- Review the core idea: ►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
- Understand how algorithm fits into C++ STL algorithm minmax, minmax element | Modern Cpp Series Ep. 175.
- Understand how minmax fits into C++ STL algorithm minmax, minmax element | Modern Cpp Series Ep. 175.
- Understand how element fits into C++ STL algorithm minmax, minmax element | Modern Cpp Series Ep. 175.
- Understand how modern fits into C++ STL algorithm minmax, minmax element | Modern Cpp Series Ep. 175.
Key Concepts
Full Transcript
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC3SO4qpDg/join ►Lesson Description: In this lesson I show you the 'minmax' and 'minmax_element' functions in algorithm. These functions return a std::pair with the min and max elements respectively. Both versions of these functions can be composed effectively to create interesting behaviors as I will show. As a bonus, I'll show how to use a 'structured binding' to return the pair and clean up your C++ code. ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel! ►Join our free community: https://courses.mshah.io/communities/Q29tbXVuaXR5LTI3MzAz
Lesson FAQs
What is C++ STL algorithm minmax, minmax element | Modern Cpp Series Ep. 175 about?
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
What key concepts are covered in this lesson?
The lesson covers algorithm, minmax, element, modern, series.
What should I learn before C++ STL algorithm minmax, minmax element | Modern Cpp Series Ep. 175?
Review the previous lessons in The C++ Programming Language, then use the transcript and key concepts on this page to fill any gaps.
How can I practice after this lesson?
Practice by applying the main concepts: algorithm, minmax, element, modern.
Does this lesson include a transcript?
Yes. The full transcript is visible on this page in indexable HTML sections.
Is this lesson free?
Yes. CourseHive lessons and courses are available to learn online for free.
