IntermediateVocabulary#computer-science-fundamentals#developer-tools#backend

Sliding Window Vocabulary

Build fluency in the vocabulary of expanding and shrinking a contiguous range as it moves across data.

0 / 5 completed
1 / 5
At standup, a dev mentions scanning an array by expanding and shrinking a contiguous range of indices as it moves across the data, rather than re-scanning the entire range from scratch for every possible starting position. What is this technique called?