Bug Report for https://neetcode.io/problems/sliding-window-maximum
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Here in Constraints its mentioned -1000 <= nums[i] <= 1000 :
But in input we are getting nums[i] >1000 as well
