I have been using this site from few weeks.I have solved most of the A problems.Now, i want to know what should i learn to do well set B problems.Thanks in advance for your reply.
I have been using this site from few weeks.I have solved most of the A problems.Now, i want to know what should i learn to do well set B problems.Thanks in advance for your reply.
| № | Пользователь | Рейтинг |
|---|---|---|
| 1 | Benq | 3857 |
| 2 | jiangly | 3810 |
| 3 | maroonrk | 3534 |
| 4 | tourist | 3528 |
| 5 | Kevin114514 | 3510 |
| 6 | turmax | 3411 |
| 7 | Um_nik | 3387 |
| 8 | Radewoosh | 3367 |
| 9 | heuristica | 3322 |
| 10 | strapple | 3317 |
| Страны | Города | Организации | Всё → |
| № | Пользователь | Вклад |
|---|---|---|
| 1 | Qingyu | 158 |
| 2 | maspy | 150 |
| 3 | Um_nik | 146 |
| 4 | Errichto | 139 |
| 5 | adamant | 136 |
| 6 | maroonrk | 134 |
| 7 | DNR | 133 |
| 8 | Dominater069 | 131 |
| 9 | Proof_by_QED | 130 |
| 9 | AmShZ | 130 |
| Название |
|---|



I think you don't have to learn anything new...Just start practicing B level questions. In Contests A and B generally comprise of Brute Force, Implementation, Greedy. So for now just focus on these topics.
What should I learn while upsolving from B to C ? any algorithms?
For B & C you don't need any algorithm. But Binary search is a common topic without this not much
See, I will tell you what I did, C doesn't(generally) use some complex data structures or some hard DP concept, what I observed at that time(when I was struggling with C) was that C generally uses some good Greedy approach or sometimes C consists of Constructive and sometimes simple Data Structure(like Set, Map, Queue, Stack etc..) and sometimes C was a Graph Problem(DFS, BFS, Connected Components, etc...). So I just started solving A2OJ C ladder which also boosted my confidence a lot. I hope this would be helpful.
PS: You Can also read this https://codeforces.me/blog/entry/66909
Start solving and if you're stuck read the editorial. If you found something new in the editorial for you, go learn it :D
Thanks
You're welcome :D