You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor window shrinking condition in sliding window logic.
Removed redundant check on `left <= right` since the loop condition is already governed by the matching character count. This simplifies the logic without affecting functionality.
0 commit comments