Skip to main content

One doc tagged with "LeetCode"

View all tags

Sliding Window Maximum

Given array of integers nums , with sliding window of size k which is moving from the very left of the array to the very right.Return the max for each sliding window.