codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
322 stars 333 forks source link

Sliding Window Maximum - Leetcode #716

Open kavania2002 opened 1 year ago

kavania2002 commented 1 year ago

This is a hard problem of the Leetcode and I think it is a very good example of the Sliding Window Algorithm. Here's the link to the problem. https://leetcode.com/problems/sliding-window-maximum/description/