Sliding Window Algorithm - Variable Length + Fixed Length - DSA Course in Python Lecture 13

preview_player
Показать описание


Please check my playlists for free DSA problem solutions:

Timeline --
0:00 Introduction
0:56 Variable Size Sliding Window
12:43 Fixed Size Sliding Window

Best Courses for Analytics:
---------------------------------------------------------------------------------------------------------

Best Courses for Programming:
---------------------------------------------------------------------------------------------------------

Best Courses for Machine Learning:
---------------------------------------------------------------------------------------------------------

Best Courses for Statistics:
---------------------------------------------------------------------------------------------------------

Best Courses for Big Data:
---------------------------------------------------------------------------------------------------------

More Courses:
---------------------------------------------------------------------------------------------------------

Full Disclosure:
Please note that I may earn a commission for purchases made at the above sites! I strongly believe in the material provided; I only recommend what I truly think is great. If you do choose to make purchases through these links; thank you for supporting the channel, it helps me make more free content like this!
Рекомендации по теме
Комментарии
Автор

Master Data Structures & Algorithms For FREE at AlgoMap.io!

GregHogg
Автор

Hey Greg, you're content and way of explaining make me feel like DSA is easy

Shiva-wpnq
Автор

Greg just keep making these videos man you are just awesome ❤

soumikdas
Автор

Great teaching Greg but i have a question, what is the need of comparing the max value of w to longest because there is nowhere in the code for Variable Lenght Sliding Window is longest incremented from 0. So can we just give longest = w in replace of finding the max between them

mrsengeel
Автор

Hey in first problem why did we specifically used set, I tried it with a list and it was actually better since list are more easier to work with

carsworld
Автор

what about different sliding windows types/patterns: fixed length, caterpillar, shrinking /expending rules ?

pjpodx
Автор

it feels illegal to watch because of its simplicity with DSA

creativeusername