Count Number of Homogenous Substrings | Intuition | Math | Leetcode - 1759

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



Duration: 12:45
2,125 views
153


Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A
iPad PDF Notes - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Leetcode-1759-Count%20Number%20of%20Homegenous%20Substrings.pdf
This is the 24th Video on our String Playlist.
In this video we will try to solve a very good Greedy Problem - Count Number of Homogenous Substrings (Leetcode -1759).

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 : Count Number of Homogenous Substrings
Company Tags : will update soon
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/strings/Count%20Number%20of%20Homogenous%20Substrings.cpp
Leetcode Link : https://leetcode.com/problems/count-number-of-homogenous-substrings/

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-11-16Minimize Maximum Pair Sum in Array | Clear Intuition | Similar Problems | AMAZON | Leetcode-1877
2023-11-15Find Unique Binary String | Multiple Approaches | Intuition | AMAZON | META | GOOGLE | Leetcode-1980
2023-11-14Maximum Element After Decreasing and Rearranging | Intuition | Greedy | Win Reward | Leetcode-1846
2023-11-14Kabhi haar nahi manna dosto ❤️👨🏻‍💻 #hardwork #motivation #ambition #codestorywithMIK
2023-11-13Unique Length-3 Palindromic Subsequences | 2 Ways | Intuition | META | GOOGLE | Leetcode-1930
2023-11-12Sort Vowels in a String | 2 Approaches | Intuition | MICROSOFT | Leetcode-2785
2023-11-12Bus Routes | Dry Run | Intuition | UBER | Leetcode-815
2023-11-10Design Graph With Shortest Path Calculator | Dijkstra’s | Floyd Warshall | Leetcode-2642
2023-11-09Restore the Array From Adjacent Pairs | Easy Explanation | Dry Run | Intuition | Leetcode-1743
2023-11-09Maximum Balanced Subsequence Sum | Super Detailed Video | DP Concepts & Qns-16 | Leetcode-2926
2023-11-08Count Number of Homogenous Substrings | Intuition | Math | Leetcode - 1759
2023-11-07Determine if a Cell Is Reachable at a Given Time | Intuition | Math | Leetcode - 2849
2023-11-06Eliminate Maximum Number of Monsters | Intuition | GOOGLE | META | AMAZON | Leetcode - 1921
2023-11-05Seat Reservation Manager | 3 Ways | Intuition | META | Leetcode - 1845
2023-11-04Find the Winner of an Array Game | Simulation | Easy Explanation | GOOGLE | Leetcode - 1535
2023-11-03Last Moment Before All Ants Fall Out of a Plank | Easy Explanation | GOOGLE | Leetcode - 1503
2023-11-03More to come soon #coding #hoodie #fashion #winteriscoming #winterishere #leetcode #codestorywithMIK
2023-11-02Build an Array With Stack Operations | Dry Run | Clean | Leetcode - 1441
2023-11-02Maximum Points After Collecting Coins From All Nodes | Memoization | Optimisations | Leetcode - 2920
2023-11-01Count Nodes Equal to Average of Subtree | 2 Approaches | Leetcode-2265 | Explanation ➕ Live Coding
2023-11-01Find Mode in Binary Search Tree | 2 Approaches | Follow Up | Leetcode-501 | GOOGLE