STL Algorithms - How to Use Them and How to Write Your Own
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the world of STL algorithms in this comprehensive conference talk from ACCU 2016. Delve into the design principles behind the Standard Template Library's algorithms, learn how to effectively utilize them, and gain insights on creating your own algorithms that seamlessly integrate with existing ones. Discover the power of iterators, understand various algorithm categories, and master techniques like min, copy, for_each, and functors. Gain practical knowledge on iterator categories, reference copying, and advanced concepts such as stirring and tokenization. By the end of this talk, you'll have a solid foundation in STL algorithms and the skills to implement custom algorithms that align with STL's design philosophy.
Syllabus
Introduction
The Standard Library
Iterators
STL Algorithms
Why Use STL Algorithms
Min
STD Copy
For Each
Functor
Iterator categories
STDRef
CopyWhile
StirToke
Writing Algorithms
Taught by
ACCU Conference
Related Courses
Computer Vision: The FundamentalsUniversity of California, Berkeley via Coursera Programming Languages
University of Virginia via Udacity Learn to Program: Crafting Quality Code
University of Toronto via Coursera Computational Photography
Georgia Institute of Technology via Coursera Algorithms: Design and Analysis, Part 2
Stanford University via Coursera