how you will get this intuitive of finding right max ,I can't able to reach this level intuition of finding right max on my own ?
@9a56mahabirjaiswal92 жыл бұрын
Those who are seeing this solution ,i have a request to like and comment this solution so that it will show as top solution in KZbin search . It will save lots of time of other 🙏🙏🙏🙏🙏🙏🙏 After seeing many and many solutions of this problem of two pointer approach ,i wasn't able to understand .But this solution is just like the way i am approaching at least to some extent
@konarkyadav45152 жыл бұрын
Hi Prakash, Keep making dsa related videos. I have found your explanation the best till now.
@aviralkaushik94252 жыл бұрын
great sir👌easy to understand
@davinder952 жыл бұрын
very nyc thankyou
@narendrakumariitb2 жыл бұрын
Wow thanks Prakash. Your explanation made this problem from Hard to Easy👏.
@shasvatjain15792 жыл бұрын
No words to express my gratitude towards your knowledge sharing skill sir, thanks a ton 😊
@ayushmishra91003 жыл бұрын
man u just killed it simply incredible solution !!!!
@adititripathi8797 Жыл бұрын
Such accurate explanations of the problems are available on this channel!! good work!!
@CodingWithPrakash_ Жыл бұрын
Glad to hear that!
@jaypatel36182 жыл бұрын
Thankyou so much Sir!! Truly helped
@rimajain23743 жыл бұрын
Good one
@aniruddhachunne30112 жыл бұрын
main ne support kiya.. sir
@HimanshuSharma-ye5hw8 ай бұрын
At 22:50 how it can be right max for both as in 2nd part we are iterating from right to left
@buildleadinnovate243 жыл бұрын
could you tell what is brute force technique??
@koshivsharma58763 жыл бұрын
Keep it up bro This video is really easy to understand logic
@BHARTGUPTABEC3 жыл бұрын
Thanks sir for explaining from normal to optimised form
@CodingWithPrakash_3 жыл бұрын
Always welcome
@ankurrawat51562 жыл бұрын
bro what changes will be required in this code if width will be given * container with most water(in leetcode)* please share the code of that scenario
@Amankumar-sg3bb3 жыл бұрын
Best Soln of this problem
@CodingWithPrakash_3 жыл бұрын
Glad you think so
@ramanmanocha48004 жыл бұрын
Amazing video!! Will it be possible for you to create some Low Level Design Videos? Thanks in advance
@CodingWithPrakash_4 жыл бұрын
I will try...
@sunny-146894 жыл бұрын
Do you mean we are finding "rightMax" in part2 ?
@CodingWithPrakash_4 жыл бұрын
Center building is rightmax for both part 1 and part 2 Part 1 O to centerbuiding Part 2 n-1 to centerbuilding
@sunny-146894 жыл бұрын
@@CodingWithPrakash_ Cool, I guess its perspective of what we call left/right in part 2, but nice video !