Following your approach in your ships and cutting ribbons videos, this question felt so easy to solve, had a hard time making the code work, but it felt satisfying when it worked, I can't believe how well I advanced just by following your explanations! Honestly thanks for all these videos!
@crackfaang2 жыл бұрын
I'm really glad you're getting value out of these videos and you can see your Leetcode skills improving. Please do let me know if there's any other topics/problems you'd like me to make videos for
@fahadm4432 жыл бұрын
This is freaking awesome. I never understood binary search this well. Watched the other two videos similar to this as well. One thing will be awesome for your channel is a series on binary search.
@crackfaang2 жыл бұрын
Thanks for the kind words! Yes I agree, I definitely need to do more binary search videos as well as a basic explanation of the general use algorithm
@peelyt3shorts1132 жыл бұрын
Bro you're so underrated , I love the way you're explaining the problem. I'm gonna recommend to my friends
@crackfaang2 жыл бұрын
Thanks and glad you enjoyed the video!
@MinhNguyen-lz1pg2 жыл бұрын
Your explaination of max(piles) is very intuitive, after understanding that, everything just click haha. Thanks a ton!
@LastVoyage4 ай бұрын
If we init right to max(piles) wouldn't it make sense to init left to max(min(piles)//h, 1)? Am I missing something here?
@slimysnail6071 Жыл бұрын
You are a legend who simplify pb this much:)
@lolboy942 жыл бұрын
Your videos should have more views!
@crackfaang2 жыл бұрын
I know right, I agree! 😂
@subee12810 ай бұрын
Thanks
@pranavtripathi4181 Жыл бұрын
Amazing explanation 👏 Appreciate it.
@dnm99318 ай бұрын
Thank you AGAIN !!!
@miyakakinshasa25 Жыл бұрын
could you give an example for case for when mid is the right answer hence making right = mid - 1 would make us miss the solution? I don't get why mid ==right. Thanks so much! Lovely video