A-D Codeforces Round 951 (Div. 2) Editorials | Fixing a Binary String Earning on Bets XOR Sequences

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 29

  • @AbhinavAwasthi
    @AbhinavAwasthi  5 місяців тому +1

    🔥 Subscribe to coding75 Pro for Live Classes, 1:1 Mentorship Sessions: coding75.com/pro
    ✅ Live DSA Classes
    ✅ Codeforces, Codechef, Leetcode Live Discussion
    1:1 Mock Interviews
    1:1 Mentorship Sessions
    1:1 Resume Review
    ✅ Live Weekly Project Building Sessions
    ✅ Live CS Fundamental Classes
    In case of any queries regarding coding75, WhatsApp us here: wa.me/message/TPN76XLWVOWDB1

  • @shahriarkhandhrubo3648
    @shahriarkhandhrubo3648 5 місяців тому +7

    After each contest wait for your videos. Your explanation is much easier and cleaner than any other UA-camrs. Lots of love and respect for you brother 🥰🥰🥰

  • @arafhasan504
    @arafhasan504 5 місяців тому

    I did c by finding the lowest value in array, multiolying it by 10 ** 9 and consider it to be the limit., and then calculating the values of every number of array by finding thr ceiil value of arr[i] / lim. Then if sum of new arr b exceeded limit, i returned -1 or else the b array.

  • @pravalikagullapelly4022
    @pravalikagullapelly4022 5 місяців тому +1

    Please continue doing leetcode daily problem videos we are waiting for your videos we love your explaination

    • @AbhinavAwasthi
      @AbhinavAwasthi  4 місяці тому

      Hey yes, I will try to continue that.
      Because of some problem, I am not able to record

  • @cursed_nerd
    @cursed_nerd 5 місяців тому +1

    For 2nd problem you can just do x^ y and return the last set bit in it.

    • @niteshsaxena1066
      @niteshsaxena1066 5 місяців тому +3

      can you please explain the intuition behind this logic?...like how did you get this answer?

    • @ankitagrawal4477
      @ankitagrawal4477 5 місяців тому

      ​@user-og9lp8wh9gafter knowing that still how you got to the solution that the common bits actually give the answer?

    • @cursed_nerd
      @cursed_nerd 5 місяців тому

      @@niteshsaxena1066 Saw the pattern dutring the contest in the given examples,
      pen paper really helped me to see it.
      You may call it an educated guess

  • @kumkumslab5811
    @kumkumslab5811 4 місяці тому +1

    bhaiya aapke videos nahi aa rhe aaj kal???

  • @elontweets2139
    @elontweets2139 5 місяців тому +1

    Have you deleted the leetcode daily videos?

  • @avicious17
    @avicious17 5 місяців тому

    Nice Explanation sir!

  • @devmahad
    @devmahad 6 днів тому

    thanks :)

  • @comedykhomedy
    @comedykhomedy 5 місяців тому

    Super explaination😮😮

  • @rohankaurav1780
    @rohankaurav1780 5 місяців тому

    thanks for the nice explanation

  • @vanshrana7807
    @vanshrana7807 5 місяців тому +1

    Bhai C ki Intuition kaise aayi?

  • @hetpatel1772
    @hetpatel1772 5 місяців тому

    The explanation should be more clear for beginners in codeforces

  • @SumanGupta_1234
    @SumanGupta_1234 5 місяців тому

    1:55

  • @sohamjadhav1735
    @sohamjadhav1735 4 місяці тому +2

    bhai kaunsa nasha karke explanation banate ho hume bhi bata do

  • @tanvirhasan8616
    @tanvirhasan8616 5 місяців тому

    Your explanation is good but coding style is nightmare