Instructional Video3:44
Mr. R.'s Songs for Teaching

Partial Sums (My Doggie Partial Sums)

Pre-K - 4th
A fun song I wrote to help introduce and reinforce 3-digit addition using partial sums. This is based on Singapore math's approach to using place value in addition and is a precursor to teaching the traditional algorithm.
Instructional Video7:54
Curated Video

C++ Standard Template Library in Practice - Numeric Algorithms - std::partial_sum and std::adjacent_difference

Higher Ed
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::partial_sum and std::adjacent_difference algorithm • Show how it works and explain the different versions available •...
Instructional Video7:34
Curated Video

C++ Standard Template Library in Practice - Output Iterators

Higher Ed
We want to learn what makes up an output iterator, and how to use it. • Learn what an output iterator can do • Learn what it takes to fulfill an output iterator contract • Go through a code example, showing how to use output iterators...