0392. Is Subsequence
Description
**Input:** s = "abc", t = "ahbgdc"
**Output:** true**Input:** s = "axc", t = "ahbgdc"
**Output:** falseac
Last updated
**Input:** s = "abc", t = "ahbgdc"
**Output:** true**Input:** s = "axc", t = "ahbgdc"
**Output:** falseLast updated