the_hyp0cr1t3's blog

By the_hyp0cr1t3, history, 4 years ago, In English

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.

Github Guide link

  • Vote: I like it
  • +56
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +24 Vote: I do not like it

Crazy detailed and formatted!

Thanks, it's brilliant :D

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Thanks a lot for this! Are you going to add more topics in the future?

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    Probably not, but if I find anything good I will be sure to update it.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it +29 Vote: I do not like it

      Add a topic called "How to make Ashishgup meme Poster"

    • »
      »
      »
      4 years ago, # ^ |
      Rev. 2   Vote: I like it +1 Vote: I do not like it

      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!

      • »
        »
        »
        »
        4 years ago, # ^ |
          Vote: I like it +3 Vote: I do not like it

        I guess he has made this for beginners. But yeah for Fenwick tree you can go for striver video on youtube :)

»
4 years ago, # |
  Vote: I like it +2 Vote: I do not like it

It's very helpful. Please add backtracking section. That would be much help.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Amazing, thanks, a lot !!

»
4 years ago, # |
  Vote: I like it +43 Vote: I do not like it

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?).

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +13 Vote: I do not like it

    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.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +10 Vote: I do not like it

    Thank you for your constructive criticism. I have updated it and added a (hopefully) more suitable introduction.