I generally do first 2 questions Div2 A and B but I can't do C or more what should I do ? Do you have any advices?
# | 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 | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
4 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
8 | Dominater069 | 154 |
8 | nor | 154 |
Name |
---|
Read editorial to task that you cant solve (Div2 C), then solve it and try to keep in mind something about the solution to use it in other tasks.
thank you for example I was trying to do 445 C how can I find its editorial?
Editorial of most task you can find in the lower right corner of the screen on the task page.
...
Been there, A , B are moslty implementation, for C you need to know some basic algorithms and data structure like binary search, DFS, BFS, some Number Theory tricks ... I suggest you focus on A & B for now while learning some basic algorithms .
learning is necessary but just learning algorithms is not enough.
you have to first learn this algorithms and after that practice them a lot(for this you can use CF algorithm tags)
Thank you guys
This Post for I_love_Hoang_Yen maybe help u.
+= don't say that u "can't do C or more" , always open C and the higher problems , Read them and do your best.if they about some algo. go and learn it. and always read the editorial/other's solutions. this will help you.
and always keep going :)
Thank you
Pick a div2 C you think you can't do. Then set a timer for 1 hour. Spend the hour trying to solve the problem by yourself. If you still have no idea how to solve it after an hour look at the editorial.
Solve C problems of last 100-150 contests and BOOM!! You will hardly miss C. Starting Contest With problem C is a good approach.
Someone please help that how should one practice to be able to solve Div2 C and Div3 D in every contest?
The whole purpose of this blog and its comments was to answer the question you just posted.