Is Subsequence | With Follow Up Solved | 2 Approaches | AMAZON | Leetcode - 392

Subscribers:
92,300
Published on ● Video Link: https://www.youtube.com/watch?v=r51_ZifUdvU



Duration: 19:00
1,355 views
87


Similar Problem (Follow Up) :
Leetcode-792 - https://leetcode.com/problems/number-of-matching-subsequences/
My Code for Leetcode-792 - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/Arrays/Binary%20Search/Number%20of%20Matching%20Subsequences.cpp
iPad PDF Notes - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Leetcode-392-Is%20Subsequence.pdf

This is the 19th Video on our strings Playlist.
In this video we will try to solve a very good Problem - Is Subsequence (Leetcode-392).

I will explain the intuition so easily that you will never forget and start seeing this as cakewalk EASYYY.
We will do live coding after explanation and see if we are able to pass all the test cases.

Problem Name : Is Subsequence
Company Tags : AMAZON
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/strings/Is%20Subsequence.cpp
Leetcode Link : https://leetcode.com/problems/is-subsequence/

My DP Concepts Playlist : https://youtu.be/7eLMOE1jnls
My Graph Concepts Playlist : https://youtu.be/5JGiZnr6B5w
My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Subscribe to my channel : https://www.youtube.com/@codestorywithMIK
Instagram : https://www.instagram.com/codestorywithmik/
Facebook : https://www.facebook.com/people/codestorywithmik/100090524295846/
Twitter : https://twitter.com/CSwithMIK


╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝


#coding #helpajobseeker #easyrecipes #leetcode #leetcodequestionandanswers #leetcodesolution #leetcodedailychallenge #leetcodequestions #leetcodechallenge #hindi #india #coding #helpajobseeker #easyrecipes #leetcode #leetcodequestionandanswers #leetcodesolution #leetcodedailychallenge#leetcodequestions #leetcodechallenge #hindi #india #hindiexplanation #hindiexplained #easyexplaination #interview#interviewtips #interviewpreparation #interview_ds_algo #hinglish #github #design #data #google #video #instagram #facebook




Other Videos By codestorywithMIK


2023-09-30132 Pattern | Intuition explained | Brute Force | Better | Optimal | META | AMAZON | Leetcode - 456
2023-09-28Monotonic Array | Simple | Clean | META | Leetcode - 896 | Live Coding | Explanation
2023-09-27Sort Array By Parity | 3 Approaches | Custom Comparator | META | Leetcode - 905
2023-09-26Decoded String at Index | Clean Code | TCS | GOOGLE | ORACLE | Leetcode - 880
2023-09-25Remove Duplicate Letters | Why Monotonic Stack | Intuition | GOOGLE | Leetcode - 316
2023-09-24Find the Difference | 3 Approaches | Phone Interview | AMAZON | Leetcode - 389
2023-09-23DSA Sheet-1 Announcement | More To Come Soon | Stay Tuned
2023-09-23Champagne Tower | Intuitive | Bottom Up | GOOGLE | Leetcode - 799
2023-09-23Champagne Tower | Recursion | Memoization | GOOGLE | Leetcode - 799
2023-09-22Longest String Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 14 | Leetcode-1048
2023-09-21Is Subsequence | With Follow Up Solved | 2 Approaches | AMAZON | Leetcode - 392
2023-09-21Median of Two Sorted Arrays | PART-2 | Best Approach | Binary Search | Google | Apple | Leetcode - 4
2023-09-20Median of Two Sorted Arrays | PART-1 | Brute Force | Better Approach | Google | Apple | Leetcode - 4
2023-09-19Minimum Operations to Reduce X to Zero | 2 Approaches | Recursion | Hashmap | Leetcode - 1658
2023-09-19Decision is YOURS #hardwork #motivation #ambition #youtubeshorts #descipline #shorts #education
2023-09-18Find the Duplicate Number | With Proof | Follow Up Qns | Hare And Tortoise | AMAZON | Leetcode - 287
2023-09-17The K Weakest Rows in a Matrix | 2 Approaches | Binary Search | Heap | Sorting | Leetcode - 1337
2023-09-17Family of 9000 😇🙏❤️ #codestorywithMIK #coding #leetcode #subscribe #subscribers #trust #india
2023-09-17Thank You for the Trust ❤️🙏😇 #codestorywithMIK #coding #leetcode #subscribe #subscribers #trust
2023-09-16Shortest Path Visiting All Nodes | Clean | Simple | Intuitive | BFS | GOOGLE | Leetcode-847 |
2023-09-16Euler Path | Euler Circuit | PART-1 | Graph Concepts & Qns - 40 | Explanation+Code