SATURDAY QUESTIONS · 08 AUGUST 2026

Sliding Window Problems in Python

Practise five important Sliding Window problems, from fixed-size windows to interview-style variable-size windows. Choose a question, solve it in the Python editor, paste your completed code, and send your answer directly to Champak Roy on WhatsApp.

How to participate
  1. Choose one of the five questions.
  2. Write and test your Python solution in the editor.
  3. Paste your completed code in the answer box.
  4. Select Send Answer on WhatsApp.

Try to solve each problem without looking for a ready-made answer. Focus on understanding how the window moves and how unnecessary repeated work is avoided.