how to reach stable pupil?
downvoted accepted
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
how to reach stable pupil?
downvoted accepted
Name |
---|
In my experience, good level of logic and knowledge of some basics algorithm enough for stable pupil.
knowledge of some basics algorithm, which algorithm basics?
Brute force, binary search, greedy (usually with sortings), basic number theory (and math), dp, constructive algorithms. Most Div2 AB only need to these algorithm. These are the most basic algorithm. If you want to be Specialist or Expert, you need to learn more algorithm and improve your ability on solving problems.
Is there any good mashup or contest to practise in these topics ?
Maybe you can google it and find some blogs about them.
lol you don't need dp for stable pupil, dp can be div2C but I don't think I have ever seen a div2 A or B be dp
Bro at least touch pupil once?