Open
Description
Bug Report for https://neetcode.io/problems/minimum-window-with-characters
In the above screenshot, it can be observed that for the test case:
s="ADOBANCBECODEBAXNC"
t="ABC"
The observed outputs:
"BANC" (expected by judge)
"ANCB" (also valid but rejected)
This contradicts the statement that “the correct output is always unique.”
Suggested fix:
Either update the test case to ensure uniqueness,
Or remove the uniqueness assumption from the problem statement.
Metadata
Metadata
Assignees
Labels
No labels