Educational Codeforces Round 160 | Video Solutions - A to C | by Raghav Goel | TLE Eliminators

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

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

  • @TLE_Eliminators
    @TLE_Eliminators  10 หลายเดือนก่อน

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

  • @aniketgupta5817
    @aniketgupta5817 10 หลายเดือนก่อน +9

    the recorded editorial is way better than a live meet ......
    please keep it going

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน

      Thanks for the feedback

  • @anonymousanonymous7507
    @anonymousanonymous7507 10 หลายเดือนก่อน +2

    Crystal clear Explaination

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน

      Thank you

  • @kunalbansal9717
    @kunalbansal9717 10 หลายเดือนก่อน +1

    Really loved the implementation of Q1...

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน

      Thank you

  • @ppl_call_me_tima
    @ppl_call_me_tima 10 หลายเดือนก่อน

    Very simple editorial.. thanks!

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน

      You are welcome 🤗

  • @aditya_yt0
    @aditya_yt0 10 หลายเดือนก่อน +1

    The approach for Problem C only works when there are only powers of 2 present in multiset and not anything else. So, we cannot use this approach in the scenario where there are numbers in the multiset other than powers of 2.
    For eg. -
    Let us take multiset has 4 6 7
    Value to form = 10
    Then the algorithm would take 7 first & the remainder would be 3 which is not present. But as we can see the sum 10 can be formed using 4 & 6.
    Is this correct ? Please confirm.

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน +4

      We are being given in problem that we will add only powers of 2 into the multiset

  • @ArinTumbagi
    @ArinTumbagi 10 หลายเดือนก่อน

    Brilliant!

    • @ArinTumbagi
      @ArinTumbagi 10 หลายเดือนก่อน

      Almost , had the C😢

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน +1

      don't worry if you couldn't crack it during contest, just upsolve and try to find out the reason why you couldn't solve it during contest

  • @MadhavBhardwajMln
    @MadhavBhardwajMln 10 หลายเดือนก่อน

    it helps me a lot

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน

      Glad to to see that

  • @Sid-ge9vb
    @Sid-ge9vb 10 หลายเดือนก่อน

    In problem C, can you explain exactly why a greedy approach works here ?

    • @Sid-ge9vb
      @Sid-ge9vb 10 หลายเดือนก่อน

      I think a super important detail here is that this greedy approach only works because all subsequent elements are divisible by the previous element

  • @blazemega1567
    @blazemega1567 10 หลายเดือนก่อน

    Please discuss D and E also

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน +1

      I couldn't solve D and E during contest 🥲

  • @satyabikashnayak6936
    @satyabikashnayak6936 10 หลายเดือนก่อน

    What's the problem of solving it using subset sum dp

    • @aditya_yt0
      @aditya_yt0 10 หลายเดือนก่อน +1

      It will Timeout

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน

      The constraints are pretty high for subset sum dp

  • @rajnishsih
    @rajnishsih 10 หลายเดือนก่อน

    i also done B question with this method but my code was long, nice code of B question
    #include
    using namespace std;

    void fun(){
    string s;
    cin>>s;
    long long int n = s.length();
    string t="";
    long long int o1,z1,o2,z2;

    for(long long int i=0;iz1)
    break;
    }
    cout

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน

      Happy to see that the video was helpful 😊

  • @pushparghyamullick3792
    @pushparghyamullick3792 10 หลายเดือนก่อน

    Was this contest unrated?

    • @itzzRaghav
      @itzzRaghav 10 หลายเดือนก่อน

      It was rated for div 2