Is Subsequence - Two Pointer - Leetcode 392 Python

Описание к видео Is Subsequence - Two Pointer - Leetcode 392 Python

🔴 Subscribe for more -    / @persistentprogrammer  

🔴How to use Leetcode Effectively Video
   • How to use Leetcode effectively?  

🔴 Get 10% OFF your blue light blocking glasses with below link
https://bamblueglasses.com/?ref=hy9ij...

Say goodbye to digital eyestrain!

🔴 Use code PERSISTENT at checkout with https://bamblueglasses.com/

I am being fully transparent about my motivation to solve Leetcode problems to help you out in this video.

Please let me know in the comments if you have any questions.

✅Connect with me
✉️ Email - [email protected]
✅Instagram -   / persistentprogrammer  

🔴 Question with Example

Given a string s and a string t, check if s is a subsequence of t.

A subsequence of a string is a new string which is formed from the original string by deleting some (can be none) of the characters without disturbing the relative positions of the remaining characters. (ie, "ace" is a subsequence of "abcde" while "aec" is not).

Комментарии

Информация по комментариям в разработке