- Видео 316
- Просмотров 85 999
Intelegix Labs
Добавлен 26 май 2014
This channel is dedicated as a reference to all the people who want to improve their coding skills and want to take part in a competitive coding contest or to perform well in the IT industry.
Видео
64 Remove Duplicates from Sorted List II
Просмотров 309 часов назад
64 Remove Duplicates from Sorted List II
51 Minimum Number of Arrows to Burst Balloons
Просмотров 1814 дней назад
51 Minimum Number of Arrows to Burst Balloons
Thanks for the help!
4 is not the end of the list. 5 is the end of the list. this makes no sense. Either removed the Nth node from the list, or remove the node at the end of the list. "Nth node" & "end of list" both specify positions, that are different from each other.
Jolly buoy vs ross & north bay?? Which one's must
Jolly buoy
Im getting error invalid use of group function
Which language are you using ?
@intelegixlabs i got it
Thank you
Welcome
How to take pre permit for jolly buoy island... details please
Generally the cab you book, will take care of the permit for a small fee, you just need to provide the identity documents like aadhar card
We need explanation not code
Ok
tumhare mic quality ne gand fad di meri
awesome code writing sir..but,explain more abt it while writing the code in step by step process Do more vedioes..tnqq
nice bro
❤❤
each player would like to make the height 1, i dont think an interviewer would accept this without justification
Wow, nice
❤❤
Please could you explain why you summed the various totals in the subqueries and summed them again in the main query I don't know why the summation should be two for each totals Thank you.
✨🤘
❤❤
❤❤❤ bujhi bujhi
Good going
Hi bro from wheredid you learn python dsa ? (suggest some platform) or yt
RUclips is a good source, udemy and coursera are good too.
bro LINE number 22 explain krde...comment me bhi explain krne se chalega
<> means not equal to
i think this may fail because once see for given test case there are 2 senior manager ids for c1 but this code gives 1 if possible check for tc given
Bro, How the where condition is working in the 1st sub query
That's a way of saying that I will take values from both the tables WHERE the Hacker_ID columns are matching.
Hello, I didn't understand this solution, Can you please explain it?
Ok
samjhaega kon😑😑
Next time
right , solution to kahi bhi mil jaega , it's the explaination that people need
nice typing
Thank you.
Thanks🎉
Thanks dude!
Happy to help!
your code does'nt work all the time. once try for this test case == 1 1
Thanks, for letting me know, i will definetly check it
PLEASE EXPLAIN
ok
please provide explanation for this
ok
still error
what error
Sorry The Input Format like this n = 10, k = 3 arr => 0 1 0 0 0 1 1 1 1 1 Why the answer is 3? I can find arr[1] to serve arr[0]~arr[3] and arr[5] to serve arr[4]. Am I misunderstanding? Thanks for reply.
Very helpful. Thank you for the helpful observations
Glad it was helpful!
unable to understand when height of a tower is 6, then how 5 is a standard move?? coz 5 doesn't equally divides 6 :/
check the remaining height after removing 5, which is 1. 6 modulo 1 =0
samzayega kon bhai? google se ham bhi chap sakte hai..
soory, bhai still learning the processs to explain it in a better way
Try him famz ⬆️⬆️⬆️ he's real and legit vendors he got pmo he can also pyo he go all sauce, cc, apple pay method, BTC, PayPal cash app
Isn't 2 also a valid move in the first exercise example, since 2 divides 6 evenly?
Ya, there are always different ways to solve the problem. Will look into it. Thanks
i was thinking the same. why did they say that player one had only two choices removing 5 or 3? he could also remove 4 and leave two (6 modulo 2 = 0)
whats the point of just writing the code and not explaining anything at all .
Will try to improve , thanks for the feedback
int towerBreakers(int n, int m) { if(m == 1 || n % 2 == 0){ return 2; } return 1; }
Wow! This solution is really good
you should explain it man
Will try to improve , thanks for the feedback
just think with your brain or ask it politely. guy is doing his best.
appreciated! but would be better if explained the use of aggregate function.
Yes, will try to explain it in a better way from next videos. Thanks for the wonderful suggestions