#StopPostContestHacking

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • The main reason I have created this video is apparently I'm shadow banned on leetcode and cannot create a blog there.
    My initial plan was to just write a blog on leetcode and call it a day.
    My blog link - leetcode.com/discuss/general-... (you won't be able to access it, apparently I'm shadow banned)
    Mirror blog on my website - yt403.com/blog/how-to-play-ca...
    Community discord server - / discord
    LinkedIn - / yt403
    Twitter - / aryanc403
    Chapters -
    00:00 - Shadow bans
    03:18 - My banned leetcode post?
    04:20 - Petr's (I could have inroduced him better :() blog for codeforces post contest hacking
    06:10 - Alex Wice blog
    08:10 - Joshua Chen blog
    09:38 - My blog
    11:25 - Avoiding hash collisions in C++ unordered_map
    13:25 - Avoiding hash collisions in Python Set/Dict
    14:30 - Avoiding rolling hash collisions
    16:25 - Concluding notes
  • Věda a technologie

Komentáře • 8

  • @yashpadiyar4952
    @yashpadiyar4952 Před 5 měsíci +1

    I also don't like the way how frequent now it has become having same questions with different constraints in leetcode contests seems like they lack quality problems

    • @aryanc403
      @aryanc403  Před 5 měsíci +2

      Yes, it would be better if contest has only one version. (based on other problems in contest they can add either easy/hard version)
      They can add both versions in practice.

  • @theabbie3249
    @theabbie3249 Před 5 měsíci

    adding testcases that cause hashmap collisions will TLE, so that's on problem setter if it worked in contest it should continue working.
    But for using hashing when there are so many deterministic string matching algorithms? If they want a correct solution then it does seem fine, but again if the test was added specifically to hurt people with good ranks then it's bad.

    • @aryanc403
      @aryanc403  Před 5 měsíci +1

      Why is hashing not a correct soln?
      Tests were specifically add (maybe proposed by others?) against people who were at top. It is not realistically possible to look at all submissions and generate testcases against their base and mod.

  • @adityaroychowdhury3709
    @adityaroychowdhury3709 Před 5 měsíci

    A. problem 1
    B. problem 2. OR problem 1.2
    C. possible problem 3 or problem 1.2
    D. possible problem 2.2 OR problem 1.2 OR problem 4
    Came here to prep for companies, had to start doing cf :)

  • @ronakkriplani1838
    @ronakkriplani1838 Před 5 měsíci +2

    Please tell me how i can improve my cp?
    tell me good resources ?

    • @aryanc403
      @aryanc403  Před 5 měsíci +3

      Step 1 - Join discord discord.gg/HKFgRWmWNY
      Step 2 - Check roadmap-to-red-in-2-mins channel.

    • @Ahryno781
      @Ahryno781 Před 5 měsíci

      usaco problems in the usaco guide are too long - heavy implementation comparing to cses or cf , are they a must?@@aryanc403