Longest Palindromic Substring O(N) Manacher's Algorithm

  Рет қаралды 175,174

IDeserve

IDeserve

Күн бұрын

Problem:-
Given a string s, find out the longest palindromic substring in O(N)
using Manacher's algorithm.
This video explains the Manacher's Algorithm for finding out the longest Palindromic Substring.
Useful References:-
en.wikipedia.o...
articles.leetco...
tarokuriyama.co...
Website: www.ideserve.co.in
Facebook: / ideserve.co.in

Пікірлер: 484
@ntesla5
@ntesla5 10 ай бұрын
8 years old but still better explanation compared to newer videos explaining the same
@IDeserve
@IDeserve 4 ай бұрын
Thank you :)
@AP-eh6gr
@AP-eh6gr 8 жыл бұрын
epic explanation man. watching it twice did it for me. i can imagine the patience it took you to make these 176 slides
@IDeserve
@IDeserve 8 жыл бұрын
+ashish paralkar Thanks a lot for your kind feedback and you are right in that it took some patience to create this video. Ashish, we would really appreciate if you can spread the word about IDeserve(www.ideserve.co.in) in your peer circles. Cheers, Team IDeserve
@bryanbocao4906
@bryanbocao4906 6 жыл бұрын
@@IDeserve Thanks for making these slides and video! How long did it take you to make these slides?
@rahulchaubey8988
@rahulchaubey8988 4 жыл бұрын
Bro mai ni samajh paya
@ritikparida3104
@ritikparida3104 4 жыл бұрын
GFG took 4 articles to explain this. This man nailed it in only 15 mins .
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Ritik!
@KshitijBhatnagar
@KshitijBhatnagar 4 жыл бұрын
This is really true.... :)
@AnkitSharma-nf2gp
@AnkitSharma-nf2gp 2 жыл бұрын
23 min lie h bhai acche se dekh
@eceserin
@eceserin 2 жыл бұрын
Save time: I watched all of Manacher`s algorithms on youtube, this is the best one.
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Ece!
@jony7779
@jony7779 6 жыл бұрын
I have honestly never encountered an O(n) algorithm that is tricker than this. You give the best explanation though, thank you.
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much for your kind words Jon!
@Adityarm.08
@Adityarm.08 4 жыл бұрын
Ukkonen's suffix tree construction would do if you want to see that. 😄
@mohammadanasmudassir9443
@mohammadanasmudassir9443 4 жыл бұрын
@@Adityarm.08 That algorithm is an atrocity. I was only able to code 80% of it and cannot understand the online solutions :/
@Adityarm.08
@Adityarm.08 4 жыл бұрын
@@mohammadanasmudassir9443 you need test cases, very thorough ones. I was also stuck at that point where you are - I think. that 1 famous Stack overflow post has a full chain of comments all of which taken together paint the full picture.
@bittupaul9455
@bittupaul9455 11 ай бұрын
Ukkonen is a nightmare
@expansivegymnast1020
@expansivegymnast1020 2 жыл бұрын
Took me over a week to finally understand all of this. This is one of the hardest algorithms out there. Outstanding work!
@IDeserve
@IDeserve 2 жыл бұрын
Thanks 😊
@dazleopper99
@dazleopper99 Жыл бұрын
thank you ! Great job !@@IDeserve
@fizzburn
@fizzburn 4 жыл бұрын
IDeserve, you definitely deserve a standing ovation! I can't wait to checkout your other videos. Thank you!
@IDeserve
@IDeserve 4 жыл бұрын
Thanks bro!
@shefalichaudhary8621
@shefalichaudhary8621 8 жыл бұрын
I was struggling the whole day to understand this topic and now finally I saw this video. I feel relieved now , very well explained along with the code.
@IDeserve
@IDeserve 8 жыл бұрын
Thanks a lot for your words Shefali :) We are striving hard to make understanding algorithms easier. We would really appreciate if you could spread the word about IDeserve in your college and to your colleagues. Also please check out our website at: www.ideserve.co.in It has features like Algorithm Visualization, Learn Together and many more coming soon. Please check it out and leave us a comment there! Thanks, -Team IDeserve.
@subhedarsanchay
@subhedarsanchay 5 жыл бұрын
I don’t give up often but when I do it’s Manacher’s algorithm 😂
@IDeserve
@IDeserve 5 жыл бұрын
🙈
@ankitagupta8511
@ankitagupta8511 4 жыл бұрын
+1 😒
@DanielOchoa23
@DanielOchoa23 3 жыл бұрын
Dude. This was hands down the BEST explanation for the algorithm I've ever heard. Thank you so much!
@IDeserve
@IDeserve 3 жыл бұрын
Thanks Daniel!
@ZeeshanSagheerAnsari
@ZeeshanSagheerAnsari 2 жыл бұрын
Epic video on Manacher's algorithm . Very clear and precise explaination. Appreciate the effort you have put to create this content.
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Zeeshan!
@ziyanwang6937
@ziyanwang6937 4 жыл бұрын
Best explanation on Manacher's alg I've ever seen! Really appreciate you for sharing this!
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Ziyan!
@kayysean99
@kayysean99 Ай бұрын
Quite brilliant. I went through 3-4 videos and 4-5 wiki/tutorials before this and I was extremely frustrated. Finally my friend recommended your video and it is easily the best. Thanks a ton for putting in the effort to make this video. Took me two passes to fully understand the code walkthrough but you've done a great job.
@IDeserve
@IDeserve Ай бұрын
Thank for your nice words Kayysean99!
@tonystarc9567
@tonystarc9567 3 жыл бұрын
This was pretty difficult to understand but your efforts are commendable. Thank you
@doug8171
@doug8171 7 жыл бұрын
So far, the best video for understanding it, rather than just explaining the process
@IDeserve
@IDeserve 7 жыл бұрын
Thank you so much Doug for your kind words :)
@BryanRink
@BryanRink 3 жыл бұрын
I didn't think I fully got it when I finished the video, but then I tried to code it without referencing back here and it worked. Thanks!
@imranyusubov4187
@imranyusubov4187 2 жыл бұрын
great explanation, finally understood the enigma of Manacher's algorithm. keep doing the cool work
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Imran!
@englishlnowledge486
@englishlnowledge486 2 жыл бұрын
This is best lecture, I have found on KZbin to understand the Manacher's Algorithm. The way you teach It reflect how much deep understanding You have. Thank You for this wonderful explanation, It saves lot of time and effort.
@IDeserve
@IDeserve 2 жыл бұрын
Thank You! 😊
@jabedhasan21
@jabedhasan21 Жыл бұрын
I agree with you. When I started thinking about revising this algorithm, I came here.
@nightking6719
@nightking6719 4 жыл бұрын
best explanation found till now !!
@shubhampareek2378
@shubhampareek2378 5 жыл бұрын
I don't think this could've been explained any better than this. Appreciate your efforts, sir. Keep up the good work. Thanks
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Shubham!
@tusharvyavahare9229
@tusharvyavahare9229 2 жыл бұрын
I've watched around 5 videos and read 6 articles on this topic, and this video is the best and lucid explanation of the topic. Thankyou!
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Tushar! 😊
@arnabchatterjee7651
@arnabchatterjee7651 3 жыл бұрын
wow man the amount of effort you took to explain in this video is incredible, take a bow sir
@IDeserve
@IDeserve 3 жыл бұрын
Thanks Arnab ☺️
@KshitijBhatnagar
@KshitijBhatnagar 4 жыл бұрын
Nice explanation... I watch the video a couple of times, but I understood it perfectly. Thanks man for sharing this.
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Kshitij for kind words!
@prabhavagrawal1712
@prabhavagrawal1712 2 жыл бұрын
Seriously, the best explaination I could get on whole youtube. Thanks :)
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Prabhav!
@AbhrajyotiKundu00
@AbhrajyotiKundu00 3 жыл бұрын
After spending 1.5 days on this problem, and reading that 4 pg GFG article, thank God I found the link of this video in the discuss section of GFG. This is the Best Explanation till now of Manacher's Algo. Thank You @IDeserve for this wonderful explanation :)
@IDeserve
@IDeserve 3 жыл бұрын
Thanks Abhrajyoti!
@priyanshuranjan1038
@priyanshuranjan1038 4 жыл бұрын
gone through many videos of manacher's algorithm.But this is the one where my searching stopped.Thank you for this awesome content
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Priyanshu!
@shivanshshekhar
@shivanshshekhar 6 ай бұрын
Was really struggling to the point I was gonna skip this algorithm. You helped me understand it, thank you so much for your help! This is way better than some videos with more views.
@IDeserve
@IDeserve 4 ай бұрын
Thanks for the comment Shivansh :)
@Kp96321
@Kp96321 4 жыл бұрын
Thanks, the best walk-through of the algorithm I've seen so far!! Why'd you guys stop making videos?
@emilianobustamante5013
@emilianobustamante5013 9 ай бұрын
been trying to understand it for hours and I understood it perfectly in a 15 minute video. thank you so much!
@IDeserve
@IDeserve 4 ай бұрын
Thanks :)
@fredesch3158
@fredesch3158 2 жыл бұрын
couldn't get anything from the explanation alone, but as soon as you started showing the code, everything you explained started to click into place, very much well done
@casinarro
@casinarro Жыл бұрын
the best and most clear explanation of manacher on YT
@IDeserve
@IDeserve 4 ай бұрын
Thank you :)
@aayushisingh3280
@aayushisingh3280 3 жыл бұрын
The "thinking pause" did it for me. I am floored
@asifmujtaba334
@asifmujtaba334 7 жыл бұрын
I was struggling yesterday night switching from video to video, at first, I didn't understand your explanation, but now it's clear. Thank you very much.
@IDeserve
@IDeserve 7 жыл бұрын
Thanks for your kind words :) We would really appreciate if you could spread the word about IDeserve in your college and to your colleagues. Also please check out our website at: www.ideserve.co.in It has features like Algorithm Visualization, Learn Together and many more coming soon. Please check it out and leave us a comment there! Thanks, -Team IDeserve.
@sudiptapaul9855
@sudiptapaul9855 2 жыл бұрын
Your explanation is Amazzing, simple and easy to understand, probably the best for such a complex algorithm. please keep it up. Thanks for this video and thanks to Mr Manacher as well for this algorithm.
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Sudipta!
@madhivarman508
@madhivarman508 5 жыл бұрын
went through a lot of videos to understand this algorithm. But this one is the best so far.
@winstondu4180
@winstondu4180 9 жыл бұрын
Hey, I love these videos. These are definitely helping me as I prepare for the interview for my internships.
@IDeserve
@IDeserve 9 жыл бұрын
+Wenhao Du Thanks a lot for your words! It is very encouraging to hear such comments! Also please check out our website at: www.ideserve.co.in It has features like algorithm visualizations, learn together and many more coming soon. Please check it out and leave us a comment there! Thanks, -Team IDeserve.
@ankishbansal420
@ankishbansal420 5 жыл бұрын
Thanks man. I struggle for whole day to understand it, but you made it so easy. Really appreciate your effort.
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Ankish!
@kunalpareek8321
@kunalpareek8321 2 жыл бұрын
Excellent and very detailed presentation of a very complex topic. A lot of work must have gone into the graphics.
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Kunal!
@prateekvats963
@prateekvats963 4 жыл бұрын
Such a easy explanation, thank you sir
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Prateek!
@chinmaiveera7586
@chinmaiveera7586 4 жыл бұрын
I've seen many top youtuber's tried to explain but only you succeeded.
@aatishchauhan8957
@aatishchauhan8957 5 жыл бұрын
A really good explanation. Thanks for your hardwork man.
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Aatish!
@aatishchauhan8957
@aatishchauhan8957 5 жыл бұрын
@@IDeserve Is the video on explaining the time complexity of this algorithm uploaded ?
@kumarravi09
@kumarravi09 6 жыл бұрын
Great Explanation. Probably the best i have come across so far.
@柯宥安-q2e
@柯宥安-q2e 5 жыл бұрын
Best Manacher's Algorithm explanation I have ever seen.
@IDeserve
@IDeserve 5 жыл бұрын
Thanks!
@hoelefouk
@hoelefouk 5 жыл бұрын
You are so good that you could have come up with this algorithm on your own. Thanks!
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Nisheet for your kind words!
@simplysimple4890
@simplysimple4890 6 жыл бұрын
To those who have unliked this videos, "Are u people even humans?"
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much for your kind words 😊
@NishArcturus
@NishArcturus 4 жыл бұрын
23:48 minutes used for the best man !! Thank you so much for this finally got this😂
@IDeserve
@IDeserve 4 жыл бұрын
You are welcome!
@jamesqiu6715
@jamesqiu6715 7 жыл бұрын
I watch it again after almost 2 years, I have to say this video is by far the BEST algorithm on youtube ever!!!
@IDeserve
@IDeserve 7 жыл бұрын
Hey James, welcome back!
@tombrady7390
@tombrady7390 3 жыл бұрын
after rewinding and pausing crying finally it just clicked dont give up on this it is staple for palindromic problems
@puneettanwar2325
@puneettanwar2325 4 жыл бұрын
very clear explanation. Great work. Thank you!
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Puneet!
@m-meier
@m-meier 2 жыл бұрын
Thank you sir! It's a really helpful video!
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Miguel! 😊
@prashantgupta8801
@prashantgupta8801 4 жыл бұрын
Awesome explanation. Thank you very much. Appreciate your efforts.
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Prashant!
@glorykim9171
@glorykim9171 5 жыл бұрын
This was so helpful thank you! I appreciate all of the patience it took you to iterate through this.
@IDeserve
@IDeserve 5 жыл бұрын
Thank you so much for your kind words Glory!
@iloveans
@iloveans 4 жыл бұрын
Thanks for the extremely clear explanation! Tracing the code made it even better :)
@IDeserve
@IDeserve 4 жыл бұрын
You are welcome Tyler!
@siteshp
@siteshp 6 жыл бұрын
What an explanation sir. Keep it up. The best thing was you dry ran the code also with values, i didn't require even a pen and a copy to understand.
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much for your kind words Sitesh!
@danielwen1227
@danielwen1227 6 жыл бұрын
Thank you a lot for your explanation! It is the video that is worthy to spend 24 minutes on it!
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much for your kind words Daniel!
@rbt-0007
@rbt-0007 3 жыл бұрын
Bro you saved my day with your wonderful explanation, definitely subscribing!
@shubhamchandra9258
@shubhamchandra9258 2 жыл бұрын
Superb explanation. I was able to follow through without any trouble. Hats off. Would be great if you could explain KMP algo and Z algo as well. Thanks for this one.
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Shubham!
@glennmarkabalos6657
@glennmarkabalos6657 4 жыл бұрын
thanks man. explanation is so good!!
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Glenn!
@akilageetha5773
@akilageetha5773 4 жыл бұрын
Extra ordinary explanation of the mental modal behind Manacher's algorithm. The best of the best.
@IDeserve
@IDeserve 3 жыл бұрын
Thanks Akila!
@BK-rs1we
@BK-rs1we 5 жыл бұрын
Great explanation. I feel if there were indices on P[ ] then it would be easier to follow when you went through the code.
@AshwaniSharma-of2nq
@AshwaniSharma-of2nq 5 жыл бұрын
I have watched other videos also. But your one made me understand it completely. Kudos to you buddy. Keep going.
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Ashwani!
@anxiousengineer
@anxiousengineer 6 жыл бұрын
I looked at some other explanations and yours is by far the best. Thank you so much!
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much for your kind words Dario!
@vijaykumarlokhande1607
@vijaykumarlokhande1607 3 жыл бұрын
I had decided to skip manachers algo for upcoming placement! Now I have it in my toolkit! thanks man gr8 job!
@IDeserve
@IDeserve 3 жыл бұрын
All the best for the placements!
@savanmatariya7494
@savanmatariya7494 3 жыл бұрын
Awesome explanation, loved your work and effort. You actually deserve it!!
@IDeserve
@IDeserve 3 жыл бұрын
Thanks Savan!
@sayedsohel6913
@sayedsohel6913 7 жыл бұрын
you have done a good job debugging the code. keep it up bro.
@IDeserve
@IDeserve 7 жыл бұрын
Thank you so much Sayed for your kind words :)
@mihirkumarsrivastava1895
@mihirkumarsrivastava1895 4 жыл бұрын
the best explanation of manacher's algorithm, great buddy it really hepled me alot
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Mihir!
@tanmoydatta5724
@tanmoydatta5724 6 жыл бұрын
Awesome work man. Best explanation ever i have found on online.
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much for your kind words Tanmoy 😀
@ganeshkumar269
@ganeshkumar269 5 жыл бұрын
youtube recommended this, glad it did
@IDeserve
@IDeserve 5 жыл бұрын
Thanks!
@AnkurDwivedi75
@AnkurDwivedi75 4 жыл бұрын
I have been trying to understand this algorithm, but failing .. thanks ..just a single watch here on ur channel, I have understood it completely
@owenxu9173
@owenxu9173 8 жыл бұрын
Great video. I have read some blogs about this Algorithm and still not understand. Withi your explaination, it become clear to me! Thanks very much!
@IDeserve
@IDeserve 8 жыл бұрын
+Owen Xu Thanks a lot for your words! We are striving hard to make understanding algorithms easier. We would really appreciate if you could spread the word about IDeserve in your college and to your colleagues. Also please check out our website at: www.ideserve.co.in It has features like algorithm visualizations, learn together and many more coming soon. Please check it out and leave us a comment there! Thanks, -Team IDeserve.
@gameelevator1579
@gameelevator1579 2 жыл бұрын
Sir you nailed it . Thank you so much for awesome explanation 🙂
@IDeserve
@IDeserve 2 жыл бұрын
Thank you for your kind words! 😊
@kekaiskeka
@kekaiskeka 5 жыл бұрын
Excellent explanation for a complex algorithm. Minor correction of logic: If condition after 'while' loop is going to run every 'i' values that are greater than R. Example: 'ABABABACDEFG' try this as an example and check C and R values would change for i > 15 and overwrite C and R values to lower values. This will result in a wrong output. So, this 'if' condition should check for P[i] should be greater than P[R] to change C and R to new values. Replace if(i + P[i] > R) with if(P[i] > P[R]) Thank you for the great explanation.
@AshuAshuAshuAshu
@AshuAshuAshuAshu 3 жыл бұрын
thank you so much, sir, you are great ...... I found a lot of videos on manchester's algo but all that was waste material. you are a gem in terms of algorithms.
@IDeserve
@IDeserve 3 жыл бұрын
Thanks Ashutosh!
@aceorochi
@aceorochi 9 жыл бұрын
Awesome! This is the most intuitive explanation, even people dull like me can understand the point of this algorithm now! Nice job, looking forward more of your publish!
@IDeserve
@IDeserve 9 жыл бұрын
+吴佩 It's really encouraging to hear comments like these. Yes we are uploading new videos on regular basis. So, stay tuned :-). Please feel free to let us know if you would like us to upload a video for a particular topic/algorithm. We will really appreciate if you can spread the word about IDeserve(www.ideserve.co.in) in your peer circles. Thank you, Team IDeserve
@ppantg1
@ppantg1 5 жыл бұрын
It's actually quite a simple algorithm once we become familiar with the concept. Basically, copying over the mirrors expansion length if the index lies within the current right boundary means we don't calculate the expand length from scratch at every index - we use the symmetric property of palindromes to give us a O(n) time.
@jacobhubbard7337
@jacobhubbard7337 9 жыл бұрын
Great work. Best explanation I've seen yet.
@IDeserve
@IDeserve 9 жыл бұрын
+Jacob Hubbard Thanks a lot for your words! It is very encouraging to hear such comments! We are striving hard to make understanding algorithms easier. Please check out our website at: www.ideserve.co.in. It has features like algorithm visualizations, learning together and many more coming soon!
@shaivalchokshi3424
@shaivalchokshi3424 8 жыл бұрын
Wonderful explanation, concise and apt :) Helped me understand it till the depth. Great work, kudos !
@IDeserve
@IDeserve 8 жыл бұрын
Thanks Shaival for your kind words :)
@harmeetsingh9571
@harmeetsingh9571 5 жыл бұрын
Really great explanation. Watched couple of videos for this algo and yours is the best one. Very precise and your code walkthrough was awesome which made it complete. Appreciate your efforts in making those slides. Your videos would be mine first goto from now. Happy to share!
@IDeserve
@IDeserve 5 жыл бұрын
Thank you so much for your kind words Harmeet!
@elvis0305
@elvis0305 5 жыл бұрын
This is awesome explanation , the visualisation helps a lot with understanding the idea behind the algorithm! Great job guys.
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Li!
@rejetimeghavardhan7805
@rejetimeghavardhan7805 3 жыл бұрын
Very good explanation Thanks you very much!
@IDeserve
@IDeserve 3 жыл бұрын
Thanks Rejeti!
@anirudhreddybasani3555
@anirudhreddybasani3555 5 жыл бұрын
These repetitive comments on how brilliant this video was tells us about this video...from my side I really appreciate your efforts :)
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Anirudh!
@MadForCs16
@MadForCs16 3 жыл бұрын
Best explanation On the INTERNET.
@IDeserve
@IDeserve 3 жыл бұрын
Thanks Saurabh!
@Sachin-tj1ci
@Sachin-tj1ci 5 жыл бұрын
Superb explanation...!!!! finally understood algo..!!!
@IDeserve
@IDeserve 5 жыл бұрын
Thanks you for your kind words Sachin!
@prudvinathmalepati3322
@prudvinathmalepati3322 6 жыл бұрын
Thanks man!! You are a good teacher. I got the central idea after watching your video once. Now, I can try coding it on my own.
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much for your kind words Prudvinath!
@ramgopalvarma3810
@ramgopalvarma3810 6 жыл бұрын
you definitely deserve a subscription man.
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much for your kind words Ram!
@ramgopalvarma3810
@ramgopalvarma3810 6 жыл бұрын
Actually I was going to leave this algorithm after seeing Tushar Roy's video knowing how complex this is but after seeing yours the rest is history. Just make stuff like this and make KZbin a better place to learn✌️
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much Ram!
@samadeepsengupta
@samadeepsengupta Жыл бұрын
Great Effort ... Truly Grateful sir
@IDeserve
@IDeserve Жыл бұрын
Thanks Samadeep!
@aries3690
@aries3690 2 жыл бұрын
Absolutely amazing explanation, thank you so much!
@IDeserve
@IDeserve 2 жыл бұрын
Thanks Aries!
@moa7ed99
@moa7ed99 8 жыл бұрын
The explanation is really good and simple. But, where is the complexity video?
@IDeserve
@IDeserve 8 жыл бұрын
Hey Mohammed Elrashidy, If you would like to request a new video, here is the process: kzbin.info/www/bejne/aZe0fYKcqrKZopI Thanks, -Team IDeserve.
@shabbar0333
@shabbar0333 5 жыл бұрын
very clear and detail explaination.
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Shams!
@ayushkushwaha262
@ayushkushwaha262 5 жыл бұрын
Spent whole day to understand this from other resources result ==> ~NULL Spent time here understood in 2 go !! Recommended!! Thank you for the best explanation.
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Ayush for your kind words!
@Joyddep
@Joyddep 5 жыл бұрын
Appreciate the effort. One of the best coding channels!
@IDeserve
@IDeserve 5 жыл бұрын
Thanks Joydeep!
@ioboylim887
@ioboylim887 4 жыл бұрын
I understood!! Thanks a lot!!!
@IDeserve
@IDeserve 4 жыл бұрын
You are welcome!
@jithinbabu6902
@jithinbabu6902 6 жыл бұрын
Best explanation i came across so far
@IDeserve
@IDeserve 6 жыл бұрын
Thank you so much for your kind words Jithin!
@tejavemparala4377
@tejavemparala4377 3 жыл бұрын
Great Explanation, no other video on YT does the explanation this way, I was looking for video like this. Eg: "what is making the brute force algorithm to run in O(n^2) and how it can be optimized"
@IDeserve
@IDeserve 3 жыл бұрын
Thanks Teja!
@rajurajesh5566
@rajurajesh5566 2 жыл бұрын
Watched more than 10 videos before this to get this algo tns bro❤
@IDeserve
@IDeserve Жыл бұрын
Thanks Raju!
@yuvarajyuvi2644
@yuvarajyuvi2644 5 жыл бұрын
Good explanation man...Try to explain all the important algorithms like this...
@forceinfinity
@forceinfinity 8 жыл бұрын
Excellent presentation. Hugely helpful in understanding the algorithm
@IDeserve
@IDeserve 8 жыл бұрын
Thanks forceinfinity for your kind words :) We are striving hard to make understanding algorithms easier. We would really appreciate if you could spread the word about IDeserve in your college and to your colleagues. Also please check out our website at: www.ideserve.co.in It has features like Algorithm Visualization, Learn Together and many more coming soon. Please check it out and leave us a comment there! Thanks, -Team IDeserve.
@ipshamohanty6682
@ipshamohanty6682 7 жыл бұрын
Great job!!...Looking forward for more videos
@IDeserve
@IDeserve 7 жыл бұрын
Thanks for your kind words Ipsha!
@yevgeniygrechka6431
@yevgeniygrechka6431 Жыл бұрын
This is an excellent video. Just one suggestion for future videos: in the example that you went over, we never had the case where we had to take R-i over P[mirr]. It would be good for the example to include this case.
@adarshjadhav8877
@adarshjadhav8877 4 жыл бұрын
excellent explanation bro. your patience must be paid off. keep up good work...
@IDeserve
@IDeserve 4 жыл бұрын
Thanks Adarsh!
Detect a loop in a linked list
7:54
IDeserve
Рет қаралды 46 М.
Manacher's Algorithm | Longest Palindromic Substring
21:47
Fluent Algorithms
Рет қаралды 31 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Longest palindromic substring | Dynamic programming
15:21
Techdose
Рет қаралды 406 М.
Palindrome Partitioning Dynamic Programming
14:08
IDeserve
Рет қаралды 26 М.
Longest Palindromic Substring - Python - Leetcode 5
8:11
NeetCode
Рет қаралды 581 М.
Leetcode problem Longest Palindromic Substring (two solutions)
25:19
Errichto Algorithms
Рет қаралды 164 М.
How to: Work at Google - Example Coding/Engineering Interview
24:02
Life at Google
Рет қаралды 7 МЛН
Kadane's Algorithm to Maximum Sum Subarray Problem
11:17
CS Dojo
Рет қаралды 730 М.
Longest Palindromic Subsequence
9:18
Tushar Roy - Coding Made Simple
Рет қаралды 318 М.
LeetCode 5.  Longest Palindromic Substring (Algorithm Explained)
14:40