Practice coding challenges
4 problems
You are given an integer array nums consisting of n elements, and …
Given an array of positive integers nums and a positive integer target, …
Return the minimum window in s that contains all chars of t.
Return max value in each sliding window of size k.