Bug Report for https://neetcode.io/problems/is-subsequence
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
One of test case is wrong input i think:
s="aec"
t="abcde"
output: False
Except output: True
Bug Report for https://neetcode.io/problems/is-subsequence
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
One of test case is wrong input i think:
s="aec"
t="abcde"
output: False
Except output: True