Hlw everyone, Please give me guide to become pupil Which Which dsa should i learn . Plz help me. Thank you all.
# | 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 |
Name |
---|
You don't need some specific dsa.
you should know about basic data structures like min heap, max heap, stacks and queues, and linked lists. Along with you must know binary-search related things and a little bit of dp. Plus a lot of bit manipulations and number theory
These are some topics that sometimes come in div2 contests in the first 3 problems,
For a major number of problems, you just need to improve your implementation skills and learn more about the language you use.
It's amusing that you're advising him on becoming a pupil when you're still a NEWBIE!
because sometimes people who have failed a lot of times can give good advice compared to people who have succeeded
You are correct
Cause they usually end up knowing more ways to not fail.
what is min heap and max heap and you dont need to know linked list i never used it in a cf problem
yeah never saw a linked list problem on cf, I solve leetcode also that's why I wrote it, and max heap and min heap are just data structures implemented using priority_queue in stl for c++ and PriorityQueue in collections for Java
leetcode is different to cf you might find those data structures there but there are different ones that are more in use here tbh the most important is number theory dp and bs
Thanks you very much for your suggestions
if u use cpp then u must know stl, solve adhoc problems, learn number theory and binary search and u will reach pupil
What adhoc means ??
adhoc are types of problems, where no particular template of solutions or a fixed algorithm can work
tag search constructive algorithm problems they are adhoc no extra knowledge helps just pure thinking and your problem solving skills are tested
This was a really genuine advice. Everyone tells just to solve problems. But I think these topics hold us back from becoming pupil fast.
ezy.. do more problems which are slightly above your comfort zone.
Personally, I wouldn't worry about DSA at thos point and instead focus on figuring out the trick to ad-hoc problems more, which will almost definitely help you solve A and B in Div2 rounds. Personally, I was able to get to pupil with no DSA (aside from one use of DFS, but I hadn't learned it yet and kinda guessed how to do it mid comp).
Something something useless algorithms solve problems learn binary search?