Summary
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 'min' and 'max' functions in algorithm. They are actually a bit more powerful than comparing two values, and generally more type safe than using a macro (i.e. with a #define MAX(A,B) type of operation). min and max can both take initalizer lists, and they can also both take custom comparators for your objects. I'll show you a fun example of passing in different comparators to return different 'max's based on some operation. If you do decide to implement your own min and max functions, do take care if you return a value or reference. ►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
