Тёмный

BS-18. Allocate Books or Book Allocation | Hard Binary Search 

take U forward
Подписаться 684 тыс.
Просмотров 168 тыс.
50% 1

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 310   
@manrar8419
@manrar8419 Год назад
Hi Raj, Hriday here...I have been following your SDE sheet for a while, and I'm ecstatic to share that I've been offered an SDE intern position at Arcesium in my second year of Engineering, All thanks to youuuu !!!!
@mohamedsameer137
@mohamedsameer137 Год назад
Ur LinkedIn profile ?
@manrar8419
@manrar8419 Год назад
@@mohamedsameer137 search for Hriday Rathi, I'm from Plaksha University
@eshitaaaa
@eshitaaaa Год назад
Hey, I'm also in the same path looking for interns and following his sheet. Would you like to connect?
@AkshayGoel-of8ic
@AkshayGoel-of8ic Год назад
​@@manrar8419for sde post, did you do other than the playlist, please tell me....
@infinity2creation551
@infinity2creation551 11 месяцев назад
@@eshitaaaa whats your linkedin
@gunduboinadileep9523
@gunduboinadileep9523 8 месяцев назад
understood!!.... at 22:30 low = 64 as low = mid+1 => low = 63+1 = 64 : )
@Codro09
@Codro09 6 месяцев назад
I firstly watched the whole explanation till linear search then I was able to write the whole code by myself in binary search. Thank you striver
@VarshaSingh-hi2sb
@VarshaSingh-hi2sb Месяц назад
Sometimes the answer is at low & sometimes its at high so in which case its at low an which case at high ?
@kamaleshkumar167
@kamaleshkumar167 15 дней назад
@@VarshaSingh-hi2sb true i am also facing the same problem i found a possible solution instead of returning high or low start off by saving your mid index in a ans variable and return it then you can understand if its the low that we are returning or the right
@VineetKumar-fk2rl
@VineetKumar-fk2rl 8 месяцев назад
Once you explained the logic I wrote the code all by myself for both brute and optimal it's because of your lecture my cognitive skill is increasing thanks a lot❤❤❤ I
@secretvibz6300
@secretvibz6300 4 месяца назад
The way you got us to think why Binary Search -> was great !!! ...and this is actually what is to be taught in problem solving sessions. thank You very much Striver
@Veer_Shiv
@Veer_Shiv Год назад
Watching the whole playlist is just like watching anime and waiting for upcoming episodes tooo 😝
@Lekshmi_sree
@Lekshmi_sree Год назад
Do you have solve DSA complex problem now?
@saketsoni2587
@saketsoni2587 Год назад
@@Lekshmi_sree yes i guess
@nikhilkumarjamwal5322
@nikhilkumarjamwal5322 Год назад
No manga here tho!🌝
@omkarshendge5438
@omkarshendge5438 2 месяца назад
do you go on just watching these videos without looking at the question first by yourself or do u first look at the question yourself and then watch this video?
@084abhigna_y8
@084abhigna_y8 5 месяцев назад
No words to express my gratitude towards the man teaching here 😇
@lakshayyadav9850
@lakshayyadav9850 Год назад
Respect++ for Raj bhaiya!! If i was not learning dsa in such a constructive way idk where would i have been!! I solved this question by my own all thanks to you for creating this playlist and i am following your AtoZ sheet its amazing!!! Thanks 🌟🌟🌟🌟✨✨
@DEVANSHVYAS-z1b
@DEVANSHVYAS-z1b 4 месяца назад
17:30 There is a mistake in condition as (cntStud == m) will be true in this testcase but let pages[] = {25, 46, 28, 43, 50}. In this upto 70 pages, 5 students will be returned from second function but the moment 71 is checked no of student required will reduce to 3 as (25+46), (28+43), (50). And condition cntStud == m will reject it. Note that 71 is the maximum pages a student is allowed to take, so i can distribute (25+46), (28), (43), (50) to 4 students. Thus condition should be (cntStud
@dipingrover1970
@dipingrover1970 3 месяца назад
but bro book with 28 pages and 43 pages will be allocated to 2nd person only as maxlimit of pages is 71 how you distributed in 4 persons can you explain ?
@DEVANSHVYAS-z1b
@DEVANSHVYAS-z1b 3 месяца назад
@@dipingrover1970 71 is the "maximum limit" a student can hold. As number of students increase it becomes even more easy to distribute so that each of them is having lesser pages than the max limit. If I have 4 students, i can distribute in this way : (25+46) (28) (43) (50).
@Raza_Verse
@Raza_Verse 3 месяца назад
​@@dipingrover1970 can your give output for arr- 21,32,45,25,78 M=4 The answer will be min pages so 53 but 78 coming how reply
@dipingrover1970
@dipingrover1970 3 месяца назад
@@Raza_Verse but bro if we take pages less than 78 then it is not possible for a student to take a book alone of 78 pages .
@VanshKalra_cpp
@VanshKalra_cpp 2 месяца назад
@@dipingrover1970 its simple lets take for eg arr=[1,2,3,4,7] and m=4 but acc to our algo 1st student will take 1+2+3 =6 pages then second will take 4 and 3rd will take 7 and we will never reach cnt of students==m==4 therefore condition should be cntstun return -1
@ujjawalraj6096
@ujjawalraj6096 Год назад
This is not an tough question if you are following this playlist this is an cakewalk Solve by own Tysm Understood everything❤
@VishalKumar-bj4nl
@VishalKumar-bj4nl 3 месяца назад
Thank you very much sir. I've Been stuck on this problem from the last 3-4 days,watched a lot of videos but your explanation is just on some different level.
@arujain1690
@arujain1690 9 месяцев назад
It is hard, one of the question i didn;t get even after reading it like 5 times. Nice explaination as always!
@HarshKumar-ip5nr
@HarshKumar-ip5nr Год назад
Can wait to get this playlist completed. Thanks for the free content.
@oyeesharme
@oyeesharme Месяц назад
thanks bhaiya i have completed more than 80 questions in the last 3 weeks and it's really helping me in web dev also
@vedfutane7995
@vedfutane7995 Год назад
Please don't change problem links of A-Z dsa sheet frequently recently all gfg link got replaced with code studio links. It breaks the flow for those who are already preparing from the sheet. Instead of replacing existing links with new link you can add new section for code studio links @takeUforward
@pratyushraj2629
@pratyushraj2629 Год назад
yes , you are right , i believe he is being sponsored by codestudio which is understandable but atleast we should get another set of problem on gfg alongside the others . I personally find that the gfg problems are a little more challenging and greater number of solutions are available , hence i choose gfg, what do u say?
@tanishtha-dj1wu
@tanishtha-dj1wu Год назад
hey i am facing the same problem.If you had made an excel for that,kindly share it @pratyushraj2629
@devils9844
@devils9844 Год назад
Bhaiya I understand that you want to keep the course at a comfortable pace for better understanding, but i feel the frequencies of the videos should be increased as i think the course is moving too slow. Maybe its just me, but i thought that i would let you know. Thank you bhaiya for this amazing free course
@takeUforward
@takeUforward Год назад
No it is not that, it's just that lately I have a lot of office work, which does not leaves me with much time, I am just too exhausted, and apart from some topics, almost all are done, so I am going at my pace.
@ambaradhikari7425
@ambaradhikari7425 Год назад
@@takeUforward bro linked list, string, stack, queue, heaps, bit manipulation these are the topics left, if not all the problems but atleast solve few important problems of all the topics.
@kshitijkumre9895
@kshitijkumre9895 Год назад
@@takeUforward Please don't change problem links of A-Z dsa sheet frequently recently all gfg link got replaced with code studio links. It breaks the flow for those who are already preparing from the sheet. Instead of replacing existing links with new link you can add new section for code studio links
@aswinbarath
@aswinbarath 7 месяцев назад
You saved my day, Striver bro. I was struggling without the Dry Run of the problem. This video solution is very helpful to understand everything like the approaches using Linear search, Binary Search, the Time Complexity, Dry Run, Intuition and Psuedo code. Thank you so much, bro.
@harshith4549
@harshith4549 3 месяца назад
I have a slight correction in the brute force solution. The countStudent returned from the helper function can be less than or equal to number of students(m) given. (cntstu
@VarshaSingh-hi2sb
@VarshaSingh-hi2sb Месяц назад
We are doing high=mid-1 in else but that means that if (student
@ravindardeeti4364
@ravindardeeti4364 Месяц назад
you are the beast at explanation man love you
@shankargowd9777
@shankargowd9777 Год назад
This problem is quite similar to "allocate minimum number of pages" and "painters partition" problems
@studynewthings1727
@studynewthings1727 Год назад
Hi Striver, I watched solution, linear Search wala part twice and I got the point. Thankyou So much.
@abdussalam-4836
@abdussalam-4836 2 месяца назад
after watching the whole playlist this question was easy for me
@anish-acharya
@anish-acharya Год назад
This video is more understanding then code help's allocate books. Thanks
@AjithKumaR-jw9wt
@AjithKumaR-jw9wt 11 месяцев назад
Hi, I have one doubt pls clarify, In linary search approach questions like this arr-8,9,10,50 student-3 in this how linear search works
@harshitpatil6138
@harshitpatil6138 7 месяцев назад
Try to minimize your range .Your Range is from 8 to 50 Now you can easily apply linear search on it , and at last your ans will be 16 @@AjithKumaR-jw9wt
@VivekKumar-kx2zf
@VivekKumar-kx2zf 5 месяцев назад
@@harshitpatil6138 bro , i was also thinking the same . we should apply the binary search from lowest element to sum of array. but striver didn't recommend it.
@VivekKumar-kx2zf
@VivekKumar-kx2zf 5 месяцев назад
@@harshitpatil6138 in that case 10 should be the answer🤔
@cinime
@cinime Год назад
Understood! Super fantastic explanation as always, thank you so so much for your effort!!
@stith_pragya
@stith_pragya 7 месяцев назад
UNDERSTOOD...Thank You So Much for this wonderful video..............🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻
@1tav0
@1tav0 Год назад
Yes!! thank you so so much for the dp and graphs series sir much love and gratitude from ca !
@techatnyc7320
@techatnyc7320 21 день назад
Loved the approach. Thanks Striver!
@mhsunny123
@mhsunny123 Год назад
Exactly same question as LC 1011 : Capacity to Ship Packages within D Days
@tejaswaniguttula5961
@tejaswaniguttula5961 5 месяцев назад
@mhsunny123 Problem 1: Delivering packages (like in the shipping problem): You have a bunch of boxes (packages) to deliver. You have a truck with a certain weight limit (capacity). You can fit any number of boxes in the truck as long as the total weight doesn't go over the limit. Your goal is to find the smallest truck (capacity) that can deliver all the boxes in D days or less. Problem 2: Distributing books to students: You have a bunch of books to distribute to M students. Each student must get at least one book. You can't give half a book to a student, they need a whole one (contiguous block). Your goal is to find a way to distribute the books so that every student gets at least one book. Why the code checks differently: In the delivery problem: You're looking for the smallest truck that works. So, if you find a capacity that lets you deliver everything in D days or less, you know you can probably do even better with a smaller truck (hence checking numberOfDays
@fettuccine794
@fettuccine794 Год назад
Striver is GAWDDDDD man !!! I wish I hadn't wasted my time watching Kunal Kushwaha's videos.
@atharvameher5880
@atharvameher5880 Год назад
I am watching Kunals what do I do? Where did he go wrong?
@fettuccine794
@fettuccine794 Год назад
​​@@atharvameher5880 his videos are good for theoritical understanding but not upto the mark for problem solving , you will not be able to evolve to leetcode medium and end up loads of just easy questions also his playlist is incomplete since 2 years . Watch Pepcoding and Strivers videos they are the best , I am able to solve Leetcode Mediums after watching them
@akworld2739
@akworld2739 11 месяцев назад
@@fettuccine794 hi please can u tell me how u r practicing problems have u taken any dsa course i am unable to solve the new problems kuch easy to ban jate lekin mideum nhi ban pate hai bahi koi tips ho bata ho apne experience se i am in third year
@fettuccine794
@fettuccine794 11 месяцев назад
@@akworld2739 watch the Binary Search playlist by Striver and try to solve them on your own....you can pretty much ace that.....after than if you are doing Java watch Pepcoding videos....watch topics like Hashmaps , Heaps , Priority Queues , Stack , Queues , you will find many Leetcode Medium problems Doable....after that try to Master Recursion which is the most important topic....Pepcoding (Level 1 and Level2) are two of the best Recursion playlist in the internet.....along with Recursion side by side start learning the little Basics of Dynamic programming(just basics) like Memoization.....if you have done enough practice of Recursion , complete LinkedList and Trees....these two are easy topics and are just applications of Recursion....you will be able to solve many Medium problems of these topics.....After all these comes the most important part - Graphs and Dynamic Programming.....for these topic Striver is the best in the internet....better than any other free or paid courses , nobody can beat him....I believe that one should give minimum 3-4 months to Master these topics ....I am also doing DP right now Hope this answer helps you !!
@fettuccine794
@fettuccine794 3 месяца назад
​@@akworld2739, stop watching many tutorials, 1st try to do the problem for 30-40mins by yourself then watch the solution
@mrinalchoudhary7525
@mrinalchoudhary7525 7 месяцев назад
Your explanation is insane. Hats off.
@ishwamgarg
@ishwamgarg Год назад
Sir Your explanation is the best, And thanks to you today I was able to solve this problem by my own without seeing your solution code. 🙏🙏
@SuvamoySamanta-n2x
@SuvamoySamanta-n2x 20 дней назад
When I saw this lactur my heart always say about more more lots of more slove questions
@rohanpathak
@rohanpathak Год назад
Bhaiya thanku for the course, but kab tak complete hojaaega course??❤
@Freefire-hp4zz
@Freefire-hp4zz Год назад
Waiting for STRING PROBLEM PLAYLIST STRIVER BHAI HOPE YOU WILL DO IT BEFORE MY PLACEMENT STARTS
@footballcreativeeverywhere260
What a tumbnail man !!! ❤️ , Just wow ....
@rushidesai2836
@rushidesai2836 4 месяца назад
Had to watch it twice. One of the most intersting questions I have ever seen.
@NamanKumar-v7i
@NamanKumar-v7i 4 месяца назад
Thank you brother now I finally understand this kind of pattern
@YNWA-q7y
@YNWA-q7y Год назад
Hi Raj, in this video at 22.28 we are choosing the right subarray , so we should take the mid as 64 (i.e mid=mid+1) and not 62 .Right??
@aggarwalsachin4854
@aggarwalsachin4854 Год назад
yes
@ankitraj2283
@ankitraj2283 11 месяцев назад
yes bro
@madeinhvn
@madeinhvn 8 месяцев назад
yes exactly what i thought
@hetpatel7399
@hetpatel7399 Год назад
Happy Guru Purnima teacher+bhaiya :)
@kshitijkumre9895
@kshitijkumre9895 Год назад
Please don't change problem links of A-Z dsa sheet frequently recently all gfg link got replaced with code studio links. It breaks the flow for those who are already preparing from the sheet. Instead of replacing existing links with new link you can add new section for code studio links @takeUforward
@devateja9045
@devateja9045 Год назад
Man, you are just awesome. More power to you
@NitinKumar-wm2dg
@NitinKumar-wm2dg Год назад
This is similar to shipping belt question from BS playlist, i solved it and then came here. Your approach helps in solving other question also. Thank you bhaiya.
@sanchitdeepsingh9663
@sanchitdeepsingh9663 4 месяца назад
these are the toughest ques on BS , there is also feel of CP in these ques
@Roshan__3006
@Roshan__3006 6 месяцев назад
Danger bro, amazing my doubt is clear about is question Thank you for your videos.
@AtulKumar-c4x7l
@AtulKumar-c4x7l Год назад
understood Thank you striver for such an amazing explanation
@MJBZG
@MJBZG 3 месяца назад
could solve it myself, thanks!
@shivarajpatil8699
@shivarajpatil8699 Год назад
Striver bhai i didn't understand how the opposite polarity will work in this question? both sides were not possilbe in beginning even the high side then how can we decide in these situtations? ik you said high was kind of possible but i don't think that was clear enough for me. if you could elaborate on that part it would be helpful. Thank you for this series btw! You're doing god's work.
@takeUforward
@takeUforward Год назад
Hi, i have a question about part of the video with linear search. In that part if and only if helper function returns exactly same number as the number of students it will be satisfied, but if we check it for this test case: n = 4; m = 3; books = {24, 49, 24, 49}; The solution should be 73, but when the code gets to that point it will return 2, and so on... So 3 will never be returned; Based on this the array of returned values would look like 4, 4, ... 4, 2, 2, ... Did I miss something? Someone asked the same question, I gave the below answer So if its under, it means its possible. As you technically can go from 2 to 3 students by limiting some distribution, as you have no such barieer, but you cannot come back from 4 to 3. As you have a barrier :)
@mayankshakya9200
@mayankshakya9200 Год назад
Sir plz next episode plzzz And one question: ki next konsa topic cover karaoge after binary search ??? ❤❤❤❤
@artofwrick
@artofwrick 6 месяцев назад
A god kind of explanation ❤❤
@rockykumarverma980
@rockykumarverma980 11 дней назад
Thank you so much Bhaiya ji 🙏🙏🙏
@JayPatel-sn7it
@JayPatel-sn7it Год назад
Bhai please put back the GFG links instead of Coding Ninja in A2Z DSA Please.... CN is very boring platform to get solve our doubt and also less support of community.
@abhayroadlines528
@abhayroadlines528 10 месяцев назад
Thank you so much for this wonderful explanation♥
@52_it_rohitmukherjee99
@52_it_rohitmukherjee99 Год назад
what an explanation ! clearly understood .
@sanchisingh481
@sanchisingh481 Год назад
you know i used the logic of aggresive cows that you had taught in that video and solved this question using a boolean check function , and the runtime beat 100% i know its not that big of a deal haha kabi kabi tukka lag jata hai but it feels good 😄
@ishangujarathi10
@ishangujarathi10 Год назад
lovedd the intuition!! understood completely!!! tysmm
@varungoyal3071
@varungoyal3071 4 месяца назад
Amazing explanation!!
@manavsingh5919
@manavsingh5919 Год назад
Thank you Striver Understood Everything🙂
@kshitijkumre9895
@kshitijkumre9895 Год назад
Please, Do try to complete at least till Sliding Window (or) Heaps (Step:11) of A2Z DSA Course. Only 1 month is remaining for placements😔😶😶
@ai_jnab_420
@ai_jnab_420 Месяц назад
understood 21:12 mid = (49+109)/2 = 79!
@aayushmathur4229
@aayushmathur4229 16 дней назад
at 22:46 mid = (49+109 )/2 = 158/2 = 79(not 78).
@Shunya_Advait
@Shunya_Advait Год назад
Understood easily Sir, Thanks a lot .
@AjithKumaR-jw9wt
@AjithKumaR-jw9wt 11 месяцев назад
Hi, I have one doubt pls clarify, In linary search approach questions like this arr-8,9,10,50 student-3 in this how linear search works
@suchitpatel8700
@suchitpatel8700 2 месяца назад
thanks striver 😄
@adityarajvermaa
@adityarajvermaa Год назад
again even this one .....i coded by myself..thanks bhai
@niceguy3773
@niceguy3773 Год назад
Bro i am feeling a lot difficult in solving strings and heaps related problems could you please cover those as soon as possible... I know its difficult for you to manage but atleast can you tell me what i have to do to master these....
@Sim_tim
@Sim_tim Год назад
Hey.... if possible could you please create a video regarding like ... number of other rounds and type of questions asked in those rounds, in product based interviews based on your experience...if possible, it would be helpful. Thankyou
@ritwik121
@ritwik121 Год назад
What an explanation. Thanks striver.
@AjithKumaR-jw9wt
@AjithKumaR-jw9wt 11 месяцев назад
Hi, I have one doubt pls clarify, In linary search approach questions like this arr-8,9,10,50 student-3 in this how linear search works
@sangeeta35
@sangeeta35 Год назад
thank you for the wonderful explanation , i have a little doubt how we are assuring that low is equal to the sum of pages , becoz we are just changing it to mid+1 many times and mid is the average of high and low and there is no surety that mid+1 is equal to the sum elements of array
@PiyushKumar-xe1ng
@PiyushKumar-xe1ng 3 месяца назад
found it easier than aggressive cows , when you are able to conceptualise a question in your mind then it becomes easier to write it in a code
@riteshbisht94
@riteshbisht94 Год назад
Stunning 🎉
@tusharnanda744
@tusharnanda744 Год назад
understood ! completed 335 / 454 of A2Z all beacuse of striver . Thanks a lot
@eshitaaaa
@eshitaaaa Год назад
Hey, im on the same path, would you like to connect and share your coding journey?
@cp65143
@cp65143 Год назад
How many days it takes generally
@nishant8581
@nishant8581 2 месяца назад
Amazing video
@jesussenafernandes5112
@jesussenafernandes5112 18 дней назад
You are amazing
@aniketdhar5727
@aniketdhar5727 5 дней назад
still a little unclear of the intuitive reasoning as to why - once the binary search protocol is over why the low is the (coverges to be the) answer?
@agnivashil4130
@agnivashil4130 8 месяцев назад
22:26 the low should be mid+1 so 64 , isn't???
@kaushiksen2190
@kaushiksen2190 10 месяцев назад
Linear Search Code gives wrong answer for the testcase N = 7, A[ ] = [15, 10, 19, 10, 5, 18, 7] M = 5. Output should be 25 but the code gives output as -1. Range is from 19 to 84. From 19 to 24, at 17:24 , cntStu returns 6 as student output. When pages(i) = 25, cntStu returns 4, and note that it can also return 5 as ans so 25 becomes our output but after return 6 from 19 to 24, at 25 cntStu returns 4 and m = 5 is never satisfied. This is my code below, class Solution { int cntPages(int A[], int pages,int sizeArray) { long long student = 1, capacity = A[0]; for(int i = 1; i < sizeArray; i++) { if(A[i] + capacity
@kaushiksen2190
@kaushiksen2190 10 месяцев назад
Ok so it is if(cntStu
@sujalgupta6100
@sujalgupta6100 4 месяца назад
@@kaushiksen2190 the condition check will be studentsRead
@YourCodeVerse
@YourCodeVerse 9 месяцев назад
Understood✅🔥🔥
@alamkhan6688
@alamkhan6688 Год назад
sir plz add gfg link in striver SDE A to Z sheet we are halfway done to it
@SYCOA12CHAITANYAASOLE
@SYCOA12CHAITANYAASOLE 4 месяца назад
Understood !! 😍😍
@GauravJain-zo8gt
@GauravJain-zo8gt 3 месяца назад
jai jinendra sir
@sohampal1596
@sohampal1596 Год назад
hey striver please add the gfg links. I have solved many problems on gfg and suddenly it is removed from the A-Z SDE sheet. please give us a choice at least. now my progress is ruined.
@sujalgupta6100
@sujalgupta6100 4 месяца назад
the condition check will be studentsRead
@Ekam873
@Ekam873 2 месяца назад
i also have same doubt
@preetisahani5054
@preetisahani5054 Год назад
hats off to your effort!
@AjithKumaR-jw9wt
@AjithKumaR-jw9wt 11 месяцев назад
Hi, I have one doubt pls clarify, In linary search approach questions like this arr-8,9,10,50 student-3 in this how linear search works
@preetisahani5054
@preetisahani5054 11 месяцев назад
start from low, check no. of students required for that and keep increasing if student count comes to be greater that 3
@AjithKumaR-jw9wt
@AjithKumaR-jw9wt 11 месяцев назад
@@preetisahani5054 I dry run with above example in striver code it give wrong answer, first it will take 8
@shivangkhandelwal334
@shivangkhandelwal334 Год назад
I was wondering if we can use sliding window for this problem and simply iterate the window of size (no. of books-no. of students +1) tracking the minimum sum of the elements in the window...Can we use this approach ????
@piyush29864
@piyush29864 5 месяцев назад
it wont work. Window size can vary
@ambaradhikari7425
@ambaradhikari7425 Год назад
Bhaiya thank u for the solution, please complete within next 2months if possible placement season coming up, please bhaiya
@souvikbiswas284
@souvikbiswas284 19 дней назад
Striver: This is an extremely hard question ME: Just changed the lower and upper limit and modified the conditions of previous question and the question is solved. 😉😉. All Thanks to him though.
@NazeerBashaShaik
@NazeerBashaShaik 5 месяцев назад
Understood, thank you.
@VaishnavI-me8bz
@VaishnavI-me8bz 2 месяца назад
Why one test case failing when i tried to implement the == ,
@prakashsharma4899
@prakashsharma4899 7 месяцев назад
Hi Raj, This method doesn't works for this test case if the array is [35, 25, 20, 30, 60] and m( no. of students) = 4 because according to this code it says there is no answer possible. But practically there are 3 ways we can divide these books to 'm' students 35, 25 || 20 || 30 || 60 35 || 25,20 ||30 || 60 35 || 25 || 20, 30 || 60 Could you please explain
@aadharjain313
@aadharjain313 Год назад
Hi raj , A small doubt. In the brute force approach , why did in the end when none of the possible values worked , we returned max_element of list and not -1. If max_element of list was a potential answer then it should have been taken care in the loop only.
@kritisingh7619
@kritisingh7619 7 дней назад
I don't understand how high comes in possible value and not low?
@AbhishekRaj-f6b
@AbhishekRaj-f6b Год назад
Understood and thanks😊
@nm.tech1001
@nm.tech1001 Месяц назад
Understood🙂
@DeepakPatel-d5v
@DeepakPatel-d5v 5 месяцев назад
Thanks a lot Bhiya
@Behappy-ft5yc
@Behappy-ft5yc Год назад
big fan bhaia ek heart mil sakta hai kya from our role model please bhaia
@nirupamsuraj1634
@nirupamsuraj1634 Год назад
If anybody knows please tell which is the video that explains opposite polarity concept, thank you
@Amanali-rl9hw
@Amanali-rl9hw Год назад
koko eating bananas
@nirupamsuraj1634
@nirupamsuraj1634 Год назад
Thanks ❤️
@firebout7675
@firebout7675 9 месяцев назад
understood
@muditkhanna8164
@muditkhanna8164 Год назад
the time complexity is still 0(n) for finding the number of students! right
@MJBZG
@MJBZG 3 месяца назад
hats off to the people who think of these questions like bro who hurt you🥴
@DeadPoolx1712
@DeadPoolx1712 Месяц назад
UNDERSTOOD;
@santoshbhatnagar2155
@santoshbhatnagar2155 7 месяцев назад
Low should be moved to 64 at 22:30
Далее
Living life on the edge 😳 #wrc
00:17
Просмотров 2,8 млн
🦊🔥
00:16
Просмотров 584 тыс.
BS-17. Aggressive Cows | Binary Search Hard
26:44
Просмотров 160 тыс.
Career Advice For A World After AI
23:07
Просмотров 125 тыс.
Spiral Traversal of a Matrix | Spiral Matrix
16:33
Просмотров 217 тыс.
How to Solve ANY LeetCode Problem (Step-by-Step)
12:37
Просмотров 240 тыс.
3 Types of Algorithms Every Programmer Needs to Know
13:12
L18. Implement LRU Cache
24:56
Просмотров 46 тыс.