Harbour Space Scholarship Contest 2023-2024 (Div. 1 + Div. 2) | A B C D | Video Editorial C++

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

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

  • @khitijkarmakar
    @khitijkarmakar ปีที่แล้ว +7

    I really admire your problem solving skills and how clear and crisp your explanations are . I feel so sad and demotivated when I am not able to focus and think on a problem
    1st year complete still

    • @cpwithcpp
      @cpwithcpp  ปีที่แล้ว +2

      Just don't focus too much on rating. Focus on solving problems instead. It may or may not help you with better results. But it will help you to enjoy the process.

    • @khitijkarmakar
      @khitijkarmakar ปีที่แล้ว

      @@cpwithcpp okay bhaiya thanks

  • @Vintage_Vibes-d9r
    @Vintage_Vibes-d9r ปีที่แล้ว

    amazing way to explain things thanks for such a easy explanation

  • @utsavaggrawal2697
    @utsavaggrawal2697 8 หลายเดือนก่อน +1

    great explanation

  • @kaushiksen2190
    @kaushiksen2190 ปีที่แล้ว

    Your explanations are so good in every video. The best part is that your explanation even in the implementation part is very good. I always get to learn something. I am very sure that with this i will improve drastically. Thank You so much for putting so much efforts in every video :)

  • @md.shazidalhasan6726
    @md.shazidalhasan6726 ปีที่แล้ว

    I also got a wa in problem A. I read the statement but I forgot while implementing the code and stuck so bad took me almost 25 min. luckily I did B also but C wasn't clear to me until now. Thanks for the quick editorial

  • @kaushiksen2190
    @kaushiksen2190 ปีที่แล้ว

    Wonderful video and explanation as always sir. Thank You.

  • @uniqsan1515
    @uniqsan1515 ปีที่แล้ว

    Actually a really helpful video

  • @muhammadosamafahim7019
    @muhammadosamafahim7019 ปีที่แล้ว

    Sir Thanks, I have understood the C problem properly that what is going on and how but can you please give me an idea that what is the biggest hint that now you have to think in direction of binary numbers to achieve your goal as I my mind was not able to think that I have to think in direction of binary

    • @cpwithcpp
      @cpwithcpp  ปีที่แล้ว

      Whenever you are stuck try recalling all the methods and techniques you have learned till now. And try figuring out whether they can be applied to the current problem or not.

  • @sparks8754
    @sparks8754 ปีที่แล้ว

    I solved B the same way but wasn't able to convince myself how and why it works, thanks for the explanation bro

    • @khitijkarmakar
      @khitijkarmakar ปีที่แล้ว +2

      Ye many of my friends also did but don't know how they did , it was like a wild good guess

  • @nikhilsingh3928
    @nikhilsingh3928 ปีที่แล้ว

    28:23 why some range will end at i-1 point
    It should continue downward; why is it gonna end?

  • @vitaminprotein2217
    @vitaminprotein2217 ปีที่แล้ว

    how u come up with a bit manipulation approach for C? is there any logic/understanding for such type of qs so please tell :D
    as in today's lc contest 3rd q was also vsimilar

    • @cpwithcpp
      @cpwithcpp  ปีที่แล้ว

      I don't have a definite answer to how I came up with working with bits. Whenever I am stuck I just try to recall all the different techniques I have learnt till now, and see whether it can be applied to the current problem or not.

  • @secondthread-uc9bd
    @secondthread-uc9bd ปีที่แล้ว

    what problems would you recommend one should grind to start being able to do D in contest , i can atmax do C mostly for now

    • @cpwithcpp
      @cpwithcpp  ปีที่แล้ว

      Most of the times I am also stuck at C. For D I would recommend you should know standard DP, tree and graph traversals, basics of segment trees and some nice data structures like Disjoint Set and Ordered Set in C++.

    • @secondthread-uc9bd
      @secondthread-uc9bd ปีที่แล้ว

      ​@@cpwithcpp yea ,its D is DS heavy , keep up the good work :) ty

  • @md.shazidalhasan6726
    @md.shazidalhasan6726 ปีที่แล้ว

    In A for -1 I did this, if y-x

  • @nikhilsingh3928
    @nikhilsingh3928 ปีที่แล้ว

    I think you have made the wrong diagram in D
    The triangle's base would be a verticle (something like ◄ )

  • @jayanthvanamamala1425
    @jayanthvanamamala1425 ปีที่แล้ว

    Can we expect the A problem as a 1000 rated problem ?

    • @cpwithcpp
      @cpwithcpp  ปีที่แล้ว

      I believe it would still be a 800 rated problem. Problem B can be around 1000.

  • @zebra-er6xc
    @zebra-er6xc ปีที่แล้ว

    How difficult would you rate the C problem?

    • @cpwithcpp
      @cpwithcpp  ปีที่แล้ว

      I believe it would be around 1200 - 1300