https://rentry.org/PPP2_ch21

/robowaifu/'s C++ learning textbook chapter 21

Algorithms and Maps

“In theory, practice is simple.” —Trygve Reenskaug

"This chapter completes our presentation of the fundamental ideas of the STL and our survey of the facilities it offers. Here, we focus on algorithms. Our primary aim is to introduce you to about a dozen of the most useful ones, which will save you days, if not months, of work. Each is presented with examples of its uses and of programming techniques that it supports. Our second aim here is to give you sufficient tools to write your own — elegant and efficient — algorithms if and when you need more than what the standard library and other available libraries have to offer. In addition, we introduce three more containers: map, set, and unordered_map."

PrevHomeNext

Edit
Pub: 21 Jan 2023 07:01 UTC
Edit: 21 Jan 2023 14:38 UTC
Views: 367