
Episode 91: C++23 (Part 2)
ADSP: Algorithms + Data Structures = Programs
00:00
A Range View, A, Is a Cartesian Product?
An outer product is basically just a composition of cartesian product and chunk the view that we just mentioned. There's three other, i think, um, or two other views worth mentioning, um stry and repeat. Stride kind of completes the set of chunk and slide, where a chunk is windowing size of n step, size of n. Slide is windowingsize of n stepSize of one; stride is windowed size of one step Size of n. In some languages, this is called every nth element - if you specify a stride of four, it just looks at every fourth element.
Play episode from 10:23
Transcript


