LRU cache | Leetcode 146 | Hindi

  Рет қаралды 11,290

Codebix

Codebix

Күн бұрын

Пікірлер: 59
@ravinsher
@ravinsher 3 жыл бұрын
This is the best explanation of LRU cache I have seen so far.
@shaifaligupta6793
@shaifaligupta6793 3 жыл бұрын
The best thing is that the explanation is the dry run of the code in hand!
@kashishjain3179
@kashishjain3179 10 ай бұрын
I have watched 4 videos before this, to understand this concept but couldn't, but a single time watching your video, I got this concept easily. Thank you
@shreshthsingh7744
@shreshthsingh7744 3 жыл бұрын
1:33 Legends will understand
@codebix1096
@codebix1096 3 жыл бұрын
Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@roopkishore785
@roopkishore785 Жыл бұрын
Waisi waaali videos 🤣🤣🤣🤣
@raghavsharma4195
@raghavsharma4195 3 жыл бұрын
Best vid on KZbin with explanation and code thx
@pratapjavasingh3239
@pratapjavasingh3239 4 жыл бұрын
The way u are explained any problems and ur voice quality speeches bro Thanks a lot 👍
@codebix1096
@codebix1096 3 жыл бұрын
Thank you so much 😀 Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@anjali7926
@anjali7926 2 жыл бұрын
Your channel is really underrated. Please make more videos. You have one of the best videos which I have seen so far. :)
@harshvardhansingh780
@harshvardhansingh780 2 жыл бұрын
Great explanation sir👍👍.....this is the best explanation of lur cache problem so far
@DheerajDivaker
@DheerajDivaker Жыл бұрын
important note: - map mein value as a reference hoga doubly linked list ke node ka..
@raj-nq8ke
@raj-nq8ke 2 жыл бұрын
best explanation for this problem.
@StoriesChangedLife
@StoriesChangedLife Жыл бұрын
can someone tell me why we have used mapm, instead of mapm; whta is it use,how its working
@Tussu17
@Tussu17 Жыл бұрын
Because we are storing the Node object as a value , and the integer will work as a key for it.
@StoriesChangedLife
@StoriesChangedLife Жыл бұрын
@@Tussu17 thank you
@simranarora2817
@simranarora2817 2 жыл бұрын
best explanation ever, you made it so easy
@SCUBE8315
@SCUBE8315 4 жыл бұрын
Nice explanation, i understood concept on watching this video.
@codebix1096
@codebix1096 3 жыл бұрын
Glad it helped Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@manishpanwar2517
@manishpanwar2517 4 жыл бұрын
1:32
@sonumehra6888
@sonumehra6888 3 жыл бұрын
Very Nice this help me a lot thankyou ♥️
@aishwaryadwani9365
@aishwaryadwani9365 3 жыл бұрын
What an explanation. Kudos to you paji ! Where is the subscribe button ? Oh there , i got it.
@codebix1096
@codebix1096 3 жыл бұрын
Thank you bhai Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@abhijeetchourasia1198
@abhijeetchourasia1198 2 жыл бұрын
best explanantion
@mycomedyboom
@mycomedyboom 3 жыл бұрын
very well explained
@codebix1096
@codebix1096 3 жыл бұрын
Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@abhijitbiradar
@abhijitbiradar 2 жыл бұрын
great video
@AyushiSharmaDSA
@AyushiSharmaDSA 4 жыл бұрын
Thanks for making this video...It helped a lot.. Please make a playlist of dynamic programming
@ayushgarg5929
@ayushgarg5929 4 жыл бұрын
Check Aditya verma playlist bro
@codebix1096
@codebix1096 3 жыл бұрын
Sure I will Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@veerendrashukla
@veerendrashukla 2 жыл бұрын
Very well explained!
@mantookumar2157
@mantookumar2157 4 жыл бұрын
Best explanation ever
@codebix1096
@codebix1096 4 жыл бұрын
Glad you like this 😊
@karan6551
@karan6551 3 жыл бұрын
Love u bro.. awesome explanation ❤️
@codebix1096
@codebix1096 3 жыл бұрын
Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@aman6561
@aman6561 3 жыл бұрын
mzaa hi aagya bhai ..
@codebix1096
@codebix1096 3 жыл бұрын
thank you bhai Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@beautytips8809
@beautytips8809 3 жыл бұрын
Sir I have one question can't we perform this with linklist in o(1)?
@raghavdwivedi111
@raghavdwivedi111 Жыл бұрын
nice
@utkarshtrivedi9866
@utkarshtrivedi9866 Жыл бұрын
"Catche!!!"
@PiyushSharma-cb8he
@PiyushSharma-cb8he 4 жыл бұрын
Bhot sahii...nice explanation
@codebix1096
@codebix1096 4 жыл бұрын
Please share these videos with your friends and colleagues :)
@harendrakumar9966
@harendrakumar9966 2 жыл бұрын
Thank you Sir !
@pragatikumari306
@pragatikumari306 3 жыл бұрын
Explanation 🔥🔥
@sonalisaxena22
@sonalisaxena22 4 жыл бұрын
Well Explained!
@codebix1096
@codebix1096 4 жыл бұрын
thanks sonali
@411_danishranjan9
@411_danishranjan9 3 жыл бұрын
at 25:18 , there is no sense of removing (4,4) from the list. Why did you remove (4,4). humein to sirf last waali delete karni hoti h na
@theuntoldtree
@theuntoldtree 2 жыл бұрын
: )
@ICSSachinSingh
@ICSSachinSingh 3 жыл бұрын
that was good bro.......
@rajatpratapsingh3123
@rajatpratapsingh3123 Жыл бұрын
25:03 went bit off
@jatinbhatoya8420
@jatinbhatoya8420 3 жыл бұрын
best explanation ever.
@santasingh9045
@santasingh9045 4 жыл бұрын
superb!!
@sanskarrawat1047
@sanskarrawat1047 4 жыл бұрын
video volume is low
@codebix1096
@codebix1096 3 жыл бұрын
noted Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@sachindeshpande4521
@sachindeshpande4521 4 жыл бұрын
nice bro...
@codebix1096
@codebix1096 4 жыл бұрын
Thank you so much 😀
@ankushroy919
@ankushroy919 3 жыл бұрын
ye waise wali video apke pass hai kya🤣🤣?
@codebix1096
@codebix1096 3 жыл бұрын
Nhi ab nhi h Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@nishantsharma3100
@nishantsharma3100 3 жыл бұрын
catch , catche ? its cache you can say "cash" , great explanation otherwise .
LRU Cache -  Explanation, Java Implementation and Demo
23:41
Bhrigu Srivastava
Рет қаралды 17 М.
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 45 МЛН
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 3 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 65 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 82 МЛН
Best Time to Buy and Sell Stock IV | leetcode 188 | Hindi
29:53
LeetCode 146. LRU Cache (Algorithm Explained)
18:00
Nick White
Рет қаралды 119 М.
LRU Cache - Twitch Interview Question - Leetcode 146
17:49
NeetCode
Рет қаралды 298 М.
Implement LRU Cache | Leetcode
17:05
take U forward
Рет қаралды 279 М.
Random Pick with Weight | Leetcode 528 | Hindi
19:18
Codebix
Рет қаралды 3,1 М.
Insert Delete GetRandom O(1) | leetcode 380 | Hindi
19:40
Codebix
Рет қаралды 5 М.
[Java] Leetcode 146. LRU Cache [Design #1]
16:32
Eric Programming
Рет қаралды 4,7 М.
Remove K Digits | leetcode 402 | Hindi
16:39
Codebix
Рет қаралды 4,7 М.
Imlement LFU Cache | Leetcode(Hard)
19:27
take U forward
Рет қаралды 127 М.
L18. Implement LRU Cache
24:56
take U forward
Рет қаралды 61 М.
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 45 МЛН