Lesley's Digital Garden

Home

❯

Notes

❯

STL algorithms

STL algorithms

Jun 02, 2024

  • parent : C++
  • computing/cpp/stl

C++ standard algorithms are in <algorithm>, <numeric>, and memory header. The “classic” algorithms operate on iterators, while there are now also versions operating on ranges for some of the algorithms.

  • std::partial_sum vs std::exclusive_scan vs std::inclusive_scan

Graph View

Backlinks

  • C++
  • data parallelism vs task parallelism
  • stream compaction

Created with Quartz v4.5.2 © 2026. All notes are written in Obsidian.

  • GitHub Repository
  • Mastodon