Is Subsequence
Problem Statement:
Given two strings s and t, return true if s is a subsequence of t, or false otherwise.
Let’s take a moment to understand what a subsequence is before we delve into the solution.
A subsequence is a sequence that can be derived fr...
nileshsaini.hashnode.dev2 min read