Skip to Main Content
Practical C++
book

Practical C++

by Rob McGregor
August 1999
Beginner to intermediate content levelBeginner to intermediate
912 pages
15h 44m
English
Que
Content preview from Practical C++

Chapter 33. Examining Algorithms

<feature>
  • Understand the concept of generic algorithms

  • See the difference between in-place and copy algorithms

  • Learn about the modifying and nonmodifying sequence algorithms

  • Discover the sorted sequence algorithms

  • Explore the heap operation, comparison, and permutation algorithms

</feature>

Generic Algorithms

The Standard C++ Library provides a wide assortment of generic algorithms designed to be efficient and yet work with a wide variety of data types. These generic algorithms use iterators to perform their magic. In this chapter, you’ll see how these algorithms can cut your programming time by providing plug-in solutions. These algorithms can be divided into the following seven general categories, based on their semantics ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Practical C++ Programming, 2nd Edition

Practical C++ Programming, 2nd Edition

Steve Oualline
C++ Cookbook

C++ Cookbook

D. Ryan Stephens, Christopher Diggins, Jonathan Turkanis, Jeff Cogswell

Publisher Resources

ISBN: 0789721449Purchase book