Lecture 112: Perfect Squares Problem || DP Series

  Рет қаралды 59,746

CodeHelp - by Babbar

CodeHelp - by Babbar

Күн бұрын

Пікірлер
@mohd.irfanlohar4544
@mohd.irfanlohar4544 9 ай бұрын
we can also put ans = INT_MAX rather than n it is quite easy to relate with the minimum situation
@tejasshaha6629
@tejasshaha6629 2 жыл бұрын
Bhaiya tabulation wale approach mai line no 49 pe instead of for(int j=1;j*j for(int j=1;j*j
@MittuRohith
@MittuRohith 2 жыл бұрын
If you have come this far watching this videos.... Congratulations you are in top 10% keep putting your efforts ,you will get success... thanks you love barbar for your efforts
@narendra-mahto7649
@narendra-mahto7649 10 ай бұрын
Paid course lene ke bad Bhi yahi lectures dekhne ka man krega.....Bhai ❤ Thanks Bhaiya❤
@vishalgarna4580
@vishalgarna4580 Жыл бұрын
This series never forget in education life ❤❤❤
@barnikroy5244
@barnikroy5244 2 жыл бұрын
achanak kuch mahine me aap dsa dunia ka badshahh ban gaye.......kudos bhaiya
@shubhamtripathidev
@shubhamtripathidev 2 жыл бұрын
Recurrence code int minimumSquareNumber(int num , int target){ if(target == 0) return 0; if(num < 1) return INT_MAX; int take = INT_MAX; if(target >= num * num){ take = 1 + minimumSquareNumber(num , target - num * num);} int notTake = minimumSquareNumber(num - 1 , target); return min(notTake, take) ; } int MinSquares(int n) { int num = sqrt(n); int res = minimumSquareNumber(num, n); return res; }
@udaytewary3809
@udaytewary3809 Жыл бұрын
Really maja aa gya bhaiya maine abhi tk dp.padhi nhi haa lekin kuch kuch samaj me aya mujhe iske liye thankyou bhaiya 😇😊🙏🙏🙏
@sukhjitsingh959
@sukhjitsingh959 2 жыл бұрын
Babbar Sir Watching all of your DSA Series until now and doing practice But still pending DSA video to practice .. so Thanks for all these series to Crack Top company jobs
@vedantraut256
@vedantraut256 Жыл бұрын
// COMPLETE CODE WITH COMMENTS class Solution{ public: int solve(int n){ // base case if(n == 0) return 0; int ans = n; for(int i=1; i*i
@rockkids8932
@rockkids8932 2 жыл бұрын
Garda Uda Diye hai , Bhaiya
@sachin6525
@sachin6525 2 жыл бұрын
Lots of love Bhaiya from Odisha ❤
@mriduljain6809
@mriduljain6809 2 жыл бұрын
Loving this Series Bhaiya!! #BelieveinBabbar
@lucario4399
@lucario4399 2 жыл бұрын
@3:00 Code @9:11
@codingisfun-pranayharishch3001
@codingisfun-pranayharishch3001 2 ай бұрын
bhaiya apna khud ka course bechte h pr dusro ki promotion bhi krte h 😂 well jokes apart, bhaiya ne mast dp padhaya thank you bhaiya ♥
@codewith_ayushluthra5248
@codewith_ayushluthra5248 2 жыл бұрын
Best Placement course ♥
@codingindisguise
@codingindisguise Жыл бұрын
Enjoying thisss at next level🔥
@RahulKumar-wt9qc
@RahulKumar-wt9qc 2 жыл бұрын
Still in backtracking but came here to support you bhaiya 🥰🥰🥰
@kashishchawla2754
@kashishchawla2754 Жыл бұрын
😂
@abd9641
@abd9641 2 жыл бұрын
I'm Starting your DSA course bhaiya wish me good luck, i assure you within 2 months I'll complete this...
@gajendralabana4006
@gajendralabana4006 2 жыл бұрын
Bhaiya DP pr to Bhool Bhulaiya 3 bn jayegi love u love
@shoaibkhan6022
@shoaibkhan6022 2 жыл бұрын
I can say with confidence that this is the one of the best DSA course in the world. Love from Pakistan 🇵🇰❤️ bhaiya
@alexrcrew1975
@alexrcrew1975 2 жыл бұрын
man dsa also matters in pakistan
@shoaibkhan6022
@shoaibkhan6022 2 жыл бұрын
@@alexrcrew1975 haha yeah bro ❤️
@dakshsinghrathore9584
@dakshsinghrathore9584 2 жыл бұрын
nice to see we can unite through Technology..... btw do FAANG companies have their offices in Pakistan ??
@shoaibkhan6022
@shoaibkhan6022 2 жыл бұрын
@@dakshsinghrathore9584 no bro 🥺
@dakshsinghrathore9584
@dakshsinghrathore9584 2 жыл бұрын
@@shoaibkhan6022 ooh
@chiragagrawal4041
@chiragagrawal4041 Жыл бұрын
thank u bhaia u are a one of the best teacher
@rohitjadon7268
@rohitjadon7268 7 ай бұрын
a lot of thanks for this amazing free content
@piyushk_071
@piyushk_071 Жыл бұрын
Amazing explanation bhaiya🔥🔥
@nishankdeep3084
@nishankdeep3084 2 жыл бұрын
thank you bhaiya maza aa gaya bhaiya
@jeetdesaimusic
@jeetdesaimusic 9 ай бұрын
Great explanation! Thank you bhaiya🙏
@iteself_me
@iteself_me Жыл бұрын
81✅completed 👍Liked 2:55
@dEviL_bIsWaJiT
@dEviL_bIsWaJiT 2 жыл бұрын
Love you bhaiya ❤️
@Carnage-X
@Carnage-X Жыл бұрын
use j
@shreyashdubey5989
@shreyashdubey5989 2 жыл бұрын
Thank you Bhaiya, Just keep going... More strength to you . This is helping us a lot✨✨✨✨
@sachin6525
@sachin6525 2 жыл бұрын
Thoda feel lene ke liye yaha aaya tha .. Just completed Bsc and about to take admission in MCA
@alexrcrew1975
@alexrcrew1975 2 жыл бұрын
which clg
@oqant0424
@oqant0424 2 жыл бұрын
Thank you Bhaiya
@glaciar_range3270
@glaciar_range3270 9 ай бұрын
respect = INT_MAX;
@pragyaverma2105
@pragyaverma2105 Жыл бұрын
Thank u ji ❤
@KACodes
@KACodes 2 жыл бұрын
400k 🤩🎉🎉🎉
@shristisethiya4433
@shristisethiya4433 2 жыл бұрын
Great explanation
@jyotiradityayadav6247
@jyotiradityayadav6247 2 жыл бұрын
Mza aa gya Bhaiya
@codeforlifehere
@codeforlifehere Жыл бұрын
Day 4 of DP
@sagnikmodak4178
@sagnikmodak4178 Жыл бұрын
Thanks sir
@shubhamtripathidev
@shubhamtripathidev 2 жыл бұрын
I think we wiil
@ANSHIKAJAINPCE21IT009
@ANSHIKAJAINPCE21IT009 6 ай бұрын
you are amazing
@nopecharon
@nopecharon Жыл бұрын
Nice explanation
@HarshRaj-kp7gk
@HarshRaj-kp7gk 2 жыл бұрын
#love bhaiya ❤️❤️
@dipakkumarsingh.7151
@dipakkumarsingh.7151 Ай бұрын
very good
@shubhamtripathidev
@shubhamtripathidev 2 жыл бұрын
tabulation code int num = sqrt(n); vectordp(num+1, vector(n+1, -1)); for(int idx = 1; idx < num + 1; idx++) dp[idx][0] = 0; for(int col = 0; col < n + 1; col++){ dp[0][col] = INT_MAX; } for(int row = 1; row < num + 1; row++){ for(int target = 1; target < n+1; target++){ int take = INT_MAX; if(target >= row * row){ take = 1 + dp[row][target - row * row];} int notTake = dp[row - 1][target]; int temp = min(notTake, take); dp[row][target] = temp; } } return dp[num][n]; }
@KratosProton
@KratosProton 2 жыл бұрын
Great explaination
@fazerugbrug439
@fazerugbrug439 2 жыл бұрын
loved it
@rafalefighter6207
@rafalefighter6207 2 жыл бұрын
thanks you bhaiya
@RandomGuy-xq1hk
@RandomGuy-xq1hk 11 ай бұрын
Nice video 😇😇😇
@atharvgupta4218
@atharvgupta4218 4 ай бұрын
Leetcode 279
@tannubansal1718
@tannubansal1718 2 жыл бұрын
Thankyou bhiya ❤️❤️❤️
@shivatrivedi6964
@shivatrivedi6964 2 жыл бұрын
he is not Bhaiya....... he is LOVE....
@vikassahu6002
@vikassahu6002 2 жыл бұрын
Awesome 👍👍👍
@sarangkale6761
@sarangkale6761 3 ай бұрын
Liked👍🏻
@premsingh6967
@premsingh6967 Жыл бұрын
@premsingh6967
@premsingh6967 Жыл бұрын
@bhuppidhamii
@bhuppidhamii Жыл бұрын
Accenture ASE is asking this Q's 🙃
@alishaverma4071
@alishaverma4071 Жыл бұрын
cant we optimize using a shortcut? like using float after cal under root of target number and then subtracting it with the sq of the whole no it comes closest to??
@mohammadatif1235
@mohammadatif1235 2 жыл бұрын
I have learnt alot from your lectures.Thank you bhaiya for this amazing dp series.
@saurabhmishra-nn5xs
@saurabhmishra-nn5xs 2 жыл бұрын
Sir please arrange also contest sir
@amitnagdev7061
@amitnagdev7061 2 жыл бұрын
Bhaiya apne 5 ka example liya tha usme answer 2 aana chiye n kyuki hame 1 aur 2 ka square utilise karna pad rha hai?.
@Geetanjalichawla
@Geetanjalichawla 2 жыл бұрын
🔥🔥🔥🔥
@rahuls1147
@rahuls1147 2 жыл бұрын
Just completed Trees now will revise once & then start 🔥🔥
@aniketambat6334
@aniketambat6334 Жыл бұрын
understand++
@B-NikhilRichhariya
@B-NikhilRichhariya 11 ай бұрын
done
@AbhishekKumar-vl3cb
@AbhishekKumar-vl3cb 2 жыл бұрын
🙏
@shreyaghosh4233
@shreyaghosh4233 Жыл бұрын
bhaiya dp sheet ki link bhej do
@shachisinghal8856
@shachisinghal8856 10 ай бұрын
Sir i cant think logic on my own. Pls guide 🙂
@shubhamtripathidev
@shubhamtripathidev 2 жыл бұрын
can we write the code without using for loop
@shoebsifat6
@shoebsifat6 2 жыл бұрын
Love you brother, Love from Bangladesh 🇧🇩
@dakshsinghrathore9584
@dakshsinghrathore9584 2 жыл бұрын
kamon acho dada ?? am from WB btw 😅
@abhijeetbasfore6816
@abhijeetbasfore6816 2 жыл бұрын
bhaiya notes update krwa do
@akhilpanwar6974
@akhilpanwar6974 2 жыл бұрын
swad++
@KratosProton
@KratosProton 2 жыл бұрын
a
@ayaz.unstoppable
@ayaz.unstoppable 2 жыл бұрын
Bhaiya keep doing it
@mayureshveeramallu7023
@mayureshveeramallu7023 2 жыл бұрын
AWESOME CONTENT BHAIYA WATCHED EVERY VIDEO OF YOURS AND TH EXPLANATION IS TOP NOTCH. CAN YOU PLEASE MAKE A SIMILAR PLACEMENT PREARATORY COURSE ON SYSTEM DESIGN PLEASE!!
@KratosProton
@KratosProton 2 жыл бұрын
t
@lakshyabaliyan7917
@lakshyabaliyan7917 2 жыл бұрын
Bhaiya leetcode par qus solve nhi ho rha hai.....anyone help😭
@kushalchakraborty6970
@kushalchakraborty6970 2 жыл бұрын
Start with easy questions. Try atleast for an hour. Still if you can't figure out the solution . First see editorials. Still if you can't figure out , then watch a solution video on yt. But at first try to get a strong base in DSA . I hope this will help.🙏🏻
@lakshyabaliyan7917
@lakshyabaliyan7917 2 жыл бұрын
@@kushalchakraborty6970 bro lekin leetcode pr to qus ka format hi blkl change hota h krne ka kuch smj hi ni aata
@alexrcrew1975
@alexrcrew1975 2 жыл бұрын
time lagega bhai dhire dhirr hone lgega
@KratosProton
@KratosProton 2 жыл бұрын
e
@souravmehraniya2832
@souravmehraniya2832 2 жыл бұрын
bhaiya orkitne videos baki ha is course me ? i mean kitne or videos me compelete ho ajega ye course ?
@vishalsinghshekhawat6921
@vishalsinghshekhawat6921 2 жыл бұрын
1st view
@KhushiKavya-py1yj
@KhushiKavya-py1yj 3 ай бұрын
2/10 consistency++
@Busyvlog46
@Busyvlog46 Жыл бұрын
Thank you bhaiya
@SouravKumar-rg4yj
@SouravKumar-rg4yj 2 жыл бұрын
🔥🔥🔥
@souravmehraniya2832
@souravmehraniya2832 2 жыл бұрын
bhaiya orkitne videos baki ha is course me ? i mean kitne or videos me compelete ho ajega ye course ?
@elektrofreaks1982
@elektrofreaks1982 2 жыл бұрын
🔥🔥🔥🔥
@souravmehraniya2832
@souravmehraniya2832 2 жыл бұрын
bhaiya orkitne videos baki ha is course me ? i mean kitne or videos me compelete ho ajega ye course ?
Lecture 113: Minimum Cost for Tickets || Part-1 || DP Series
26:17
CodeHelp - by Babbar
Рет қаралды 64 М.
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 4,7 МЛН
Thank you Santa
00:13
Nadir Show
Рет қаралды 36 МЛН
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН
Lecture 114: Minimum Cost for Tickets || Part-2 || DP Series
17:45
CodeHelp - by Babbar
Рет қаралды 39 М.
Lecture 111: Combination Sum IV Problem || DP Series
17:45
CodeHelp - by Babbar
Рет қаралды 66 М.
Perfect Squares | leetcode 279 | Hindi
13:45
Codebix
Рет қаралды 5 М.
Perfect Squares | Why not Greedy | Recursion | Memo | Leetcode 279
17:37
codestorywithMIK
Рет қаралды 10 М.
Perfect Squares - Dynamic Programming - Leetcode 279 - Python
15:12
Lecture 117: Minimum Sideways Jump LeetCode || 2D-DP || DP Series
50:31
CodeHelp - by Babbar
Рет қаралды 42 М.
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 4,7 МЛН