Count number of substrings | gfg potd today | POTD | GFG Problem of the Day | C++ |@CodeThurst

  Рет қаралды 4,073

CodeThurst

CodeThurst

Күн бұрын

Пікірлер: 19
@CodeThurst
@CodeThurst Жыл бұрын
Solution link:- github.com/Vishal-Ansari/LeetCode-Repo/blob/master/Count%20number%20of%20substrings.cpp
@viholvishwassinh1709
@viholvishwassinh1709 3 ай бұрын
gfg ke video se kafi accha tha but you can explain more like if we want to find for exactly k = 3 distinct char then we first calculate atmost k means for 1,2 and 3 then we can find for k-1 means 2 means for 1,2 then substrack(1,2,3-1,2) remaining 3 which is k
@CodeThurst
@CodeThurst 3 ай бұрын
okay bro thanks for suggestions
@146_shashanks4
@146_shashanks4 Жыл бұрын
Excellent Explanation bro😊
@CodeThurst
@CodeThurst Жыл бұрын
thnks alot brother... thnks for the motivation😊🥰
@aishwaryatatiwar5183
@aishwaryatatiwar5183 4 ай бұрын
Very nice explanation 👏
@CodeThurst
@CodeThurst 4 ай бұрын
thanks😊
@nishant4595
@nishant4595 2 ай бұрын
thanks bro great explanation
@CodeThurst
@CodeThurst 2 ай бұрын
thnks brother
@yashwardhansrivastava54
@yashwardhansrivastava54 Жыл бұрын
bhai ek no.
@CodeThurst
@CodeThurst Жыл бұрын
thnks brother😊
@Santosh_1979-y
@Santosh_1979-y Жыл бұрын
nice explanation bro
@CodeThurst
@CodeThurst Жыл бұрын
thnks brother for motivation
@DSAbyraj1729
@DSAbyraj1729 Жыл бұрын
sir ..why we getting TLE when using the unordered _maps
@CodeThurst
@CodeThurst Жыл бұрын
actually in that i was calculating map size again in each iteration that's why getting tle but while using vector i used only a cnt
@DSAbyraj1729
@DSAbyraj1729 Жыл бұрын
@@CodeThurst okay sir ..but size() function time complexity is o(1).right??.soo it is not big problem
@CodeThurst
@CodeThurst Жыл бұрын
@@DSAbyraj1729 noo its not O(1) it will be the same as the size of the map or vector thats why its recommended always to count the length or size of any data structure before getting into the loop
@VaibhavBhardwaj-so9ye
@VaibhavBhardwaj-so9ye Жыл бұрын
@@CodeThurst long long int f (string s, int k) { if(k==0) return 0; unordered_mapmp; long long ans=0; int ndistelem=0; //distinct elements in window int l=0,r=0; while(rk) { mp[s[l]]--; if(mp[s[l]]
@DSAbyraj1729
@DSAbyraj1729 Жыл бұрын
@@CodeThurst okay sir thank you
What Is Dynamic Programming and How To Use It
14:28
CS Dojo
Рет қаралды 1,6 МЛН
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 133 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 87 МЛН
5682. Sum of Beauty of All Substrings
12:16
Fraz
Рет қаралды 12 М.
Coding Unbreakable Encryption in C | One-Time Pad
17:42
HirschDaniel
Рет қаралды 4,6 М.
L4. Number of Distinct Substrings in a String | Trie | C++ | Java
18:10
Dynamic Programming isn't too hard. You just don't know what it is.
22:31
DecodingIntuition
Рет қаралды 197 М.