I am trying hard to do better but I am failing please can any one help me in solving problems after contests so that I can also grow better.
# | User | Rating |
---|---|---|
1 | jiangly | 3846 |
2 | tourist | 3799 |
3 | orzdevinwang | 3706 |
4 | jqdai0815 | 3682 |
5 | ksun48 | 3590 |
6 | Ormlis | 3533 |
7 | Benq | 3468 |
8 | Radewoosh | 3463 |
9 | ecnerwala | 3451 |
9 | Um_nik | 3451 |
# | User | Contrib. |
---|---|---|
1 | cry | 165 |
2 | -is-this-fft- | 161 |
3 | Qingyu | 160 |
4 | atcoder_official | 157 |
5 | Dominater069 | 155 |
6 | adamant | 154 |
7 | Um_nik | 151 |
8 | djm03178 | 150 |
9 | luogu_official | 149 |
10 | awoo | 147 |
I am trying hard to do better but I am failing please can any one help me in solving problems after contests so that I can also grow better.
Name |
---|
Try to think simpler in contest,do as the question says and try to think what effect does the operations or the logic does in the code. If it is to find a answer try binary search, if it is to calculate minimum or maximum try dp, think greedy in A and B
means a lot,thank you for your advice
My opinion: don't think about how I can do this problem, but rather think why does the problemsetter make the problem like this. Find special properties in the problem. e.g. if you see a problem with $$$a\oplus b$$$, think about its parity ($$$a\oplus b \equiv a+b \pmod 2$$$) or its size ($$$a\oplus b \le a+b$$$).
An important thing is, do more useful practising.
UPD: Bro you've only practised on CF for ten months. I was also stuck in grey for ten months. So don't give up.
thanks a lot means a lot---In this situation should I only practice random problems or practice form some other resources I should follow ???
You Cannot Expect your rating to improve by just solving easy questions try practicing harder questions I can see that you have solved 600 problems out of which most are of low rating. If your target rating is x then you must be proficient in solving problems rated x+300 within contest. Although in div2 problems are mostly greedy especially A,B,C which depend on your intuition. But in div3 this thing will surely help.
actually I face a lot of issue in proofing the greedy approach and sometimes I couldn't even understand the approach like example:-1919C Grouping Increases DIV 2 here the greedy approach is completely probability base or simply based on chances How it can be proved...... and I stuck in such situation what is the best thing I should do in such situations???
You can do some standard greedy algorithms. For Greedy there is only way you can improve is by practicing a lot. I am also quite weak in greedy. Considering your practice it is quite common for you to get stuck. I also get stuck in greedy problems. If you get stuck for long watch editorial.
thank you I will keep this mind. just can you suggest some other resources for better practice
Correction: If your target rating is x then you must be proficient in solving problems rated x within contest.
Hi please give me some tips. I am struggling to solve 1900 rated problems