- Notifications
You must be signed in to change notification settings - Fork2.4k
Closed
Description
Bug Report forhttps://neetcode.io/problems/longest-increasing-path-in-matrix
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.?title=Bug Report for count-subsequences
There is a spelling error. See the bolded word below instead of "There are 3 ways". Its "Rhere are 3 ways"
Example 1:
Input: s = "caaat", t = "cat"
Output: 3
Explanation:_R_here are 3 ways you can generate "cat" from s.
(c)aa(at)
(c)a(a)a(t)
(ca)aa(t)
Metadata
Metadata
Assignees
Labels
No labels