Bug Report for longest-increasing-path-in-matrix
Opened this issue · 0 comments
TechUpdateGuy commented
Bug Report for https://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)