What are the Problems in Sliding Window ?
Answers
Answered by
2
Answer:
The Problems Are As follows
1.The problem will involve a data structure that is ordered and iterable like an array or a string
2.You are looking for some subrange in that array/string, like a longest, shortest or target value.
3.There is an apparent naive or brute force solution that runs in O(N²), O(2^N) or some other large time complexity.
If it helped You Please Mark As Brainliest Answer
Similar questions