Here's a little something I wrote and put together from various sources. This guide contains numerous things I've learned and come across, both cp and general C++ related, through my (albeit short) competitive programming journey.
# | 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 | 167 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
Here's a little something I wrote and put together from various sources. This guide contains numerous things I've learned and come across, both cp and general C++ related, through my (albeit short) competitive programming journey.
Name |
---|
Crazy detailed and formatted!
Thanks, it's brilliant :D
Ashishgup orz! Made my day :3
Thanks a lot for this! Are you going to add more topics in the future?
Probably not, but if I find anything good I will be sure to update it.
Add a topic called "How to make Ashishgup meme Poster"
Its a request, If you can add some tutorials and problems on Binary Index Tree/Fenwick Tree and sparse table. It will be very helpful. Thanks!
I guess he has made this for beginners. But yeah for Fenwick tree you can go for striver video on youtube :)
It's very helpful. Please add backtracking section. That would be much help.
Amazing, thanks, a lot !!
It's stupid to start an introductory guide with info on setting up IDE in some special way, learning shortcuts, or installing the cp helper. This is the opposite of important. You don't teach kids math by first showing them all the buttons on a calculator. It's enough to know how to compile and enter input (does the guide even explain this?).
coulden't agree more. still the top comment in every cp YouTuber's comment section is "How to set up ide.." as if it is the most important thing to get into cp. there is a reason in big companies they ask you to write code in Google docs. you won't even get an editor.
Thank you for your constructive criticism. I have updated it and added a (hopefully) more suitable introduction.