Day 17 (30 Days of Code)
18 July 2023
I solved 2 Leetcode problems.
Is Subsequence
My approach:
I already knew there exist a very easy solution for this question by using two pointer method. However, I also felt like solving through memoization which gave me an error of m...
nirbhaycodes.hashnode.dev2 min read