changgyhub / leetcode_101

LeetCode 101:力扣刷题指南
8.57k stars 1.16k forks source link

[Wrong Output] string minWindow(string S, string T) ,output "deb" not "bcde" #46

Closed carlin314 closed 3 years ago

carlin314 commented 3 years ago

Hi,

thank you for your book. your code is clean and clear,

I am reading it and find minWindow seems wrong.

BR

changgyhub commented 3 years ago

我又测试了一下,在Leetcode上面是能过的。请问你说的错误,输入字符串是什么?我没有看到你在问题里写出。