Mr. R.'s Songs for Teaching
Partial Sums (My Doggie Partial Sums)
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.
Curated Video
C++ Standard Template Library in Practice - Numeric Algorithms - std::partial_sum and std::adjacent_difference
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 •...
Curated Video
C++ Standard Template Library in Practice - Output Iterators
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...