- Notifications
You must be signed in to change notification settings - Fork2.4k
Closed
Description
Bug Report forhttps://neetcode.io/problems/minimum-window-with-characters
Missing test case:
Input:
s="ADOBANCBECODEBAXNC"t="ABC"
Expected output:
"BANC"
My first version passed the submission tests, but I realized that my code didn’t check whether the new substring was shorter during the update.
Here is the screenshot of the test result using my initial version and the test case provided above.
Metadata
Metadata
Assignees
Labels
No labels