This approach iterates directly over values (for num in nums) instead of using the right index. Expands the window implicitly with each new num. Shrinks by moving left only when the condition is ...