We hope you all are enjoying our videos!!! Don't forget to leave a comment!!! Please like the video to support us!!! Questions you might like: ✅✅✅[ Tree Data Structure ] : th-cam.com/play/PLJtzaiEpVo2zx-rCqLMmcFEpZw1UpGWls.html ✅✅✅[ Graphs Data Structure ] : th-cam.com/play/PLJtzaiEpVo2xg89cZzZCHqX03a1Vb6w7C.html ✅✅✅[ December Leetcoding Challenge ] : th-cam.com/play/PLJtzaiEpVo2xo8OdPZxrpybGR8FmzZpCA.html ✅✅✅[ November Leetcoding Challenge ] : th-cam.com/play/PLJtzaiEpVo2yMYz5RPH6pfB0wNnwWsK7e.html ✅✅✅[ August Leetcoding Challenge ] : th-cam.com/play/PLJtzaiEpVo2xu4h0gYQzvOMboclK_pZMe.html ✅✅✅July Leetcoding challenges: th-cam.com/play/PLJtzaiEpVo2wrUwkvexbC-vbUqVIy7qC-.html ✅✅✅June Leetcoding challenges: th-cam.com/play/PLJtzaiEpVo2xIfpptnCvUtKrUcod2zAKG.html ✅✅✅May Leetcoding challenges: th-cam.com/play/PLJtzaiEpVo2wRmUCq96zsUwOVD6p66K9e.html ✅✅✅Cracking the Coding Interview - Unique String: th-cam.com/play/PLJtzaiEpVo2xXf4LZb3y_BopOnLC1L4mE.html Struggling in a question?? Leave in a comment and we will make a video!!!🙂🙂🙂
I had a doubt ma'am, we are calculating len which refers to the actual length of our palindrome but we're comparing it with end-start, which would give us one value less, shouldn't it be len>end-start+1?
Yes thats correct. len > end - start would consider len thats equal toh end - start + 1 means if there are 2 palindromic substrings of equal lengths then it considers the second one. Eg : abaccc here ccc is considered as result. Where as if we write len > end - start + 1 it considers abc as result.
We have that approach on our radar. As that approach needs a more elaborate explanation, we are working on it. We will upload it as soon as possible in the coming days!! 🙂 Happy coding!!
You spend so long to explain what palindromes are but when it came to the coding, it was too fast. I don't understand. "If you're having an even length, say six, my i would be index 2." Why? Why your i is index 2. Can you explain?
On a statement: Your both teaching this subject in a very bad way. You both are juniors and please concentrate on understanding OOPS and DS first before teaching. LPS can be modified and be used in many other ways but with this and your partner's explanation, the person who is listening can only memorize the answer, at least do a proper code walk-through. In the interview it will be never like this, we take it every day.
We hope you all are enjoying our videos!!! Don't forget to leave a comment!!! Please like the video to support us!!!
Questions you might like:
✅✅✅[ Tree Data Structure ] : th-cam.com/play/PLJtzaiEpVo2zx-rCqLMmcFEpZw1UpGWls.html
✅✅✅[ Graphs Data Structure ] : th-cam.com/play/PLJtzaiEpVo2xg89cZzZCHqX03a1Vb6w7C.html
✅✅✅[ December Leetcoding Challenge ] : th-cam.com/play/PLJtzaiEpVo2xo8OdPZxrpybGR8FmzZpCA.html
✅✅✅[ November Leetcoding Challenge ] : th-cam.com/play/PLJtzaiEpVo2yMYz5RPH6pfB0wNnwWsK7e.html
✅✅✅[ August Leetcoding Challenge ] : th-cam.com/play/PLJtzaiEpVo2xu4h0gYQzvOMboclK_pZMe.html
✅✅✅July Leetcoding challenges: th-cam.com/play/PLJtzaiEpVo2wrUwkvexbC-vbUqVIy7qC-.html
✅✅✅June Leetcoding challenges: th-cam.com/play/PLJtzaiEpVo2xIfpptnCvUtKrUcod2zAKG.html
✅✅✅May Leetcoding challenges: th-cam.com/play/PLJtzaiEpVo2wRmUCq96zsUwOVD6p66K9e.html
✅✅✅Cracking the Coding Interview - Unique String: th-cam.com/play/PLJtzaiEpVo2xXf4LZb3y_BopOnLC1L4mE.html
Struggling in a question??
Leave in a comment and we will make a video!!!🙂🙂🙂
Great explanation and not overly complicated, surely useful verbiage for interview.
Thanks Panth!! 🙂🙂
I saw a lot of videos but didn't understand...but here I got it.
Crystal clear explanation
Very nice approach !!
In 6:40 , Why do you say that Index is 2 if the graphic you show , the index is 3 ?
I had a doubt ma'am, we are calculating len which refers to the actual length of our palindrome but we're comparing it with end-start, which would give us one value less, shouldn't it be len>end-start+1?
Yes thats correct.
len > end - start would consider len thats equal toh end - start + 1 means if there are 2 palindromic substrings of equal lengths then it considers the second one.
Eg : abaccc here ccc is considered as result. Where as if we write len > end - start + 1 it considers abc as result.
Correct
Very clear and easy explanation. Thankyou.
Most welcome!!
Nice explanation and animation
Thanks!! Do share like and subscribe!!
Thanks for the explanation!
it not passsing in geeks for geeks .because of some addition property could you please look at that
Wow now thats a really good explanation
great explanation
Most welcome!!
Hey it's a great explaination thanks
Thanks!!!
Good explanation 👍🏼
Glad you liked it!
Very well explained. :)
Thanks!! Do share like and subscribe!!
Nice explanation 👍
Glad you liked it!
Awesome Explanation ☺ but it would be better if you explain O(n) approach 😅
We have that approach on our radar. As that approach needs a more elaborate explanation, we are working on it.
We will upload it as soon as possible in the coming days!! 🙂
Happy coding!!
@@AlgorithmsMadeEasy ohkk 😀 I'll be waiting.
Manacher Algo:
th-cam.com/video/IvakBbsAhUU/w-d-xo.html
@@AlgorithmsMadeEasy Yep! Seen on LinkedIn. Thank you 🤗
good explanation
Thanks for liking
Neat clean and chrisp
You spend so long to explain what palindromes are but when it came to the coding, it was too fast.
I don't understand.
"If you're having an even length, say six, my i would be index 2."
Why? Why your i is index 2. Can you explain?
super
Thanks!! 🙂
very worst explanation
Ur explanation is wrong
Not explained easily..
Thanks !!
On a statement: Your both teaching this subject in a very bad way. You both are juniors and please concentrate on understanding OOPS and DS first before teaching. LPS can be modified and be used in many other ways but with this and your partner's explanation, the person who is listening can only memorize the answer, at least do a proper code walk-through. In the interview it will be never like this, we take it every day.
great explanation