I find codeforces problems with rating 1900 easier than LC medium hard..
Does anyone else feel that leetcode medium hard problem or LC contest problem 3 is tougher than codeforces with problem rating 1700 or div2C, or only i feels it.
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
I find codeforces problems with rating 1900 easier than LC medium hard..
Does anyone else feel that leetcode medium hard problem or LC contest problem 3 is tougher than codeforces with problem rating 1700 or div2C, or only i feels it.
HELLO! If anyone has any prior experience of interview at mnc's like google and facebook. which one should I go for. leetcode medium or leetcode hard.
How much should I solve from each level. Along with it which sources are best for google and fb interviews for SDE 1 entry position
Any help would be appreciated. thanks.
HELLO! If anyone has any prior experience of interview at mnc's like google. which one should I go for. leetcode medium or leetcode hard.
How much should I solve from each level. Along with it which sources are best for google and fb interviews for SDE 1 entry position
Any help would be appreciated. thanks.
Here is the problem.
And here is one of the AC solution : http://mirror.codeforces.com/contest/999/submission/39534469 which is based on how to distribute M cards among N persons optimally such that joy is maximum. But how will we take care of this case : Suppose there are 3 players whose favourite card is say x and it occurs 5 times.
suppose p1 get 2 card , p2 = 2 , p3 = 1 and they want to have 4 cards in total.
Now how to select the remaining cards for them, since suppose if i give number y to player 1 it can be the favourite for some other player which will decrease his joy and may affect total joy.
Why no test cases are uploaded for the recent atcoder beginner and regular rounds ?
What happened to atcoder ?
when we do while(low < high )
suppose i get answer at mid =( low + high ) / 2 ;
if i again set low to mid , then there is a possibility that it will go in infinite loop .
for example :
low = 4 , high = 5 mid = 4
now suppose if mid is true and we again set low = mid , then low will be again 4 and it will go into infinite loop . what to do in that case , should we set low = mid + 1 .
how to decide when to set low = mid and when low = mid + 1 .
How can i check scoreboard and number of submission and solution from years 2018 onwards. whenever i try to open page there is no scoreboaed and other solution i can see..
an anyone tell me what to do
How good are hackerearth segment tree probelms . ?
has anyone solved them , how are they , i stuck on ST problems , so i want to choose some best practice platform for it . is it good ?> any suggestions
Given an array a[] = {1, 1 ,1 , -1} . you have to find all the subarrays of the given array whose sum is exactly = k.
example : a[] = { 1 , 1 , 1 , -1 } and k = 1
Ans = 4 all 3 one's + range from [2,4]
There is an geeks_article for it but the explanation is not good and clear and also without proof .
Can anyone explain me how to solve this problem with some explanation !
Thanks !
Hello , community Can you provide me some of the very good division 2 rounds on codeforces ! which taught you many great things or which had highly intutive and tricky problems ! ****__ i m trying to practice contest wise , but couldn't choose which contest to participate ! as there may be some contest which are not so good but there also which are best !
please tell !
Name |
---|