Skip to content

Add Sliding Window pattern with sample problems#458

Open
rxnujan wants to merge 2 commits into
abhishektripathi66:masterfrom
rxnujan:slidingWindow
Open

Add Sliding Window pattern with sample problems#458
rxnujan wants to merge 2 commits into
abhishektripathi66:masterfrom
rxnujan:slidingWindow

Conversation

@rxnujan

@rxnujan rxnujan commented Jul 14, 2026

Copy link
Copy Markdown

Description

Added a new SlidingWindow directory containing implementations of common sliding window problems:

  • Maximum Sum Subarray
  • Minimum Size Subarray Sum
  • Longest Substring Without Repeating Characters
  • Longest Substring With K Unique Characters
  • Longest Repeating Character Replacement

This groups related problems under a common pattern to make the repository more organized and easier to navigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant