Блог пользователя the_hyp0cr1t3

Автор the_hyp0cr1t3, история, 4 года назад, По-английски

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

  • Проголосовать: нравится
  • +56
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится +24 Проголосовать: не нравится

Crazy detailed and formatted!

Thanks, it's brilliant :D

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

  • »
    »
    4 года назад, # ^ |
      Проголосовать: нравится +5 Проголосовать: не нравится

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

    • »
      »
      »
      4 года назад, # ^ |
        Проголосовать: нравится +29 Проголосовать: не нравится

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

    • »
      »
      »
      4 года назад, # ^ |
      Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

      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 года назад, # ^ |
          Проголосовать: нравится +3 Проголосовать: не нравится

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

»
4 года назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится

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

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Amazing, thanks, a lot !!

»
4 года назад, # |
  Проголосовать: нравится +43 Проголосовать: не нравится

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 года назад, # ^ |
      Проголосовать: нравится +13 Проголосовать: не нравится

    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 года назад, # ^ |
      Проголосовать: нравится +10 Проголосовать: не нравится

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