Codeforces Global Round 28 | Video Solutions - A to D | by Pradyumn Kejriwal | TLE Eliminators

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 24

  • @TLE_Eliminators
    @TLE_Eliminators  9 วันที่ผ่านมา

    Please fill in the feedback form for PCD: forms.gle/S1QT5aJFLNx1cBtA9

  • @divypareek8230
    @divypareek8230 9 วันที่ผ่านมา

    This explanation is the best , you are great

  • @abhinavennala9613
    @abhinavennala9613 9 วันที่ผ่านมา

    That was a good proof for the first problem !!

  • @vampconnoisseur
    @vampconnoisseur 9 วันที่ผ่านมา +3

    For the kevin and binary strings, firstly i tried to store the xor result in long long to compare it, but the constraints on n are 1

    • @divypareek8230
      @divypareek8230 9 วันที่ผ่านมา +3

      Thanks I was also stuck at the same point, now I get it

  • @sazid1183
    @sazid1183 9 วันที่ผ่านมา

    This is really helpful! Thank you so much bro.

  • @Sadanand-z6p
    @Sadanand-z6p 9 วันที่ผ่านมา +4

    i want e solution please

  • @SameerSuman-ni6fz
    @SameerSuman-ni6fz 9 วันที่ผ่านมา +1

    solving till A to problem D is enough or shall we solve more of them

  • @vishalmishra-ue4te
    @vishalmishra-ue4te 9 วันที่ผ่านมา +2

    Good explanation for C thanks

  • @stabgoblin
    @stabgoblin 9 วันที่ผ่านมา

    My implementation of C was kind of similar but it failed on 2nd test case I think the problem is in xor logic or something, I'll upsolve it now

    • @raghavsingla7851
      @raghavsingla7851 9 วันที่ผ่านมา

      Use long long instead of int and try again

    • @vampconnoisseur
      @vampconnoisseur 9 วันที่ผ่านมา

      Long long will also overflow due to the constraints on n, 1

    • @stabgoblin
      @stabgoblin 6 วันที่ผ่านมา

      @@raghavsingla7851 no actually I made a function which counted different bits in both strings which I wanted to compare then I stored it in a map.. I solved that question later :)

  • @Anonymous-y7f7u
    @Anonymous-y7f7u 8 วันที่ผ่านมา

    @pradyumnkejriwal3007 hey, just wanted to ask are you currently not in India cause your timezone is different? Excellent explanation btw!

  • @hardikpatel352
    @hardikpatel352 9 วันที่ผ่านมา

    Explaination for c 🔥🔥

  • @italk-gj5kk
    @italk-gj5kk 8 วันที่ผ่านมา

    Thanks

  • @vibhanshusharma9143
    @vibhanshusharma9143 9 วันที่ผ่านมา

    😶😶 I do everything same to same but just one place do replace 0->1 whole code became mess i quit then 😂😂😂

  • @bhavyashah3674
    @bhavyashah3674 9 วันที่ผ่านมา

    Prady s D was copied , his contest is skipped😂😂

  • @TanmayMankar-26
    @TanmayMankar-26 9 วันที่ผ่านมา +1

    I solved c in 0(n)

    • @cqwshi
      @cqwshi 9 วันที่ผ่านมา

      how?

    • @kingbagavathi6056
      @kingbagavathi6056 9 วันที่ผ่านมา +1

      I solved it using the sliding window technique as well. 😂

    • @TanmayMankar-26
      @TanmayMankar-26 9 วันที่ผ่านมา

      Bro my technique is newly invented