Featured resource
2026 Tech Forecast
2026 Tech Forecast

Stay ahead of what’s next in tech with predictions from 1,500+ business leaders, insiders, and Pluralsight Authors.

Get these insights
  • Course

C++20 Algorithms Playbook

If the C++ Standard Library seems intimidating, try getting started with it through the <algorithms> header. This course will teach you how to find pre-written functions that will speed up your development.

Intermediate
3h 57m
(20)

Created by Kate Gregory

Last Updated May 01, 2023

Course Thumbnail
  • Course

C++20 Algorithms Playbook

If the C++ Standard Library seems intimidating, try getting started with it through the <algorithms> header. This course will teach you how to find pre-written functions that will speed up your development.

Intermediate
3h 57m
(20)

Created by Kate Gregory

Last Updated May 01, 2023

Get started today

Access this course and other top-rated tech content with one of our business plans.

Try this course for free

Access this course and other top-rated tech content with one of our individual plans.

This course is included in the libraries shown below:

  • Core Tech
What you'll learn

The C++ Standard Library is large and powerful. Many C++ developers avoid it, and write things by hand instead. That’s slower and harder work. In this course, C++20 Algorithms Playbook, you’ll learn to use the functions in to get your work done quickly and safely. First, you'll discover simple examples where using an algorithm is more expressive and easier than writing a loop yourself. Next, you'll explore searching and sorting a collection, transforming elements of a collection, and copying part of one collection to another. Finally, you'll see how to combine algorithms to complete complex tasks without writing complex code. When you’re finished with this course, you’ll have the skills and knowledge of the standard header needed to write clearer and better code with less effort and time spent.

C++20 Algorithms Playbook
Intermediate
3h 57m
(20)
Table of contents

About the author
Kate Gregory - Pluralsight course - C++20 Algorithms Playbook
Kate Gregory
40 courses 4.6 author rating 9331 ratings

Kate Gregory is in her fourth decade of being paid to program. Her firm, Gregory Consulting Limited, is based in rural Ontario and helps clients adopt new technologies and adjust to the changing business environment. Current work makes heavy use of .NET and Visual C++ for both web and client development, especially for Windows 7 and 8. Managing, mentoring, technical writing, and technical speaking occupy much of her time, but she still writes code every week.

Get started with Pluralsight