Constructing Generic Algorithms: Principles and Practice
https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/constructing_generic_algorithms/constructing_generic_algorithms__ben_deane__cppcon_2020.pdf
“You have all these algorithms at your disposal. Learn them.” – Sean Parent, GoingNative 2013.
Great advice, and the algorithms can do a lot. But they can’t do everything, and the fixed set in the standard was never meant to be the last word in every problem. Sometimes we do need to write our own …