ishangoyal13 / fullstackDevelopment

Material & Projects related to full stack development
125 stars 207 forks source link

Add two variants of Sliding Window Algorithm (commented) in Python Folder #490

Closed yuvrajverma01 closed 2 years ago

yuvrajverma01 commented 3 years ago

Description

Hi Maintainer,

This issue is to request you that I would like to add two variants of Sliding Window Algorithm, fully explained and commented, in Python Folder to provide value to the seekers of this repository.

Variant 1: Maximum/Minimum Sum of K size subarray with time Complexity of O(n). Variant 2: Smallest subarray with given Sum with time Complexity of O(n²).

Language

Python

Domain

Searching

Type of Contribution

Code

Code of Conduct