Time and Space complexity Analysis | ACD CP Course Vid -4 | Watch at 1.5x

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • codeforces.com...
    #code #cpp #cp #DSA #cf

КОМЕНТАРІ • 33

  • @kaushiksen2190
    @kaushiksen2190 8 місяців тому +4

    Finally the TC video is here. Waited for this since so long. Thank you so much bhai ❤❤

  • @arl0817osho
    @arl0817osho 8 місяців тому +5

    +138 wow!😄

  • @amcreation2003
    @amcreation2003 7 місяців тому +1

    Very helpful.Thank you pranav bhai.

  • @aviruppaul4473
    @aviruppaul4473 8 місяців тому +2

    Nice explaination

  • @PratikDongare-bh2vs
    @PratikDongare-bh2vs 8 місяців тому +3

    Good explanation

  • @lakeshkumar1252
    @lakeshkumar1252 8 місяців тому +2

    very helpful video

  • @vaibhavsingh1113
    @vaibhavsingh1113 8 місяців тому +1

    Understood 💯

  • @SaiKumar-mn1ee
    @SaiKumar-mn1ee 8 місяців тому +1

    Very useful keep going❤

  • @rguktiiit371
    @rguktiiit371 8 місяців тому +1

    Waiting for next video

  • @spspsp10101
    @spspsp10101 7 місяців тому

    On Codeforces, what does "time limit per test" imply? Does it mean that if there are X test cases, each with Y operations, we should consider an algorithm based on X*Y operations or only Y operations?

  • @_A__Mohit
    @_A__Mohit 8 місяців тому +2

    Bhaiya next video kab aayegi 😅

    • @Acodedaily
      @Acodedaily  8 місяців тому +1

      actually I had a meeting with the students I am mentoring and they are somewhat lacking. so maybe in a few days once they are able to cope up :)

  • @manasXDlol
    @manasXDlol 7 місяців тому

    I have a confusion cf mentions time limit per test case as 1or 2 seconds. So is it supposed to be taken as the average time taken by each testcase or if we have t testcase then its the time taken by t testcases in total?

  • @abhishekc3556
    @abhishekc3556 8 місяців тому +1

    Awesome

  • @prabhaschinthala3849
    @prabhaschinthala3849 8 місяців тому +1

    bhaiyaa next video ??
    waiting for searching and sorting

    • @Acodedaily
      @Acodedaily  8 місяців тому

      actually I had a meeting with the students I am mentoring and they are somewhat lacking. so maybe in a few days once they are able to cope up :)

  • @swapnilwalave1135
    @swapnilwalave1135 8 місяців тому

    when next video will come

  • @manan_chhajed
    @manan_chhajed 8 місяців тому

    Hello sir, which mic do you use for recording? Thanks!

  • @arl0817osho
    @arl0817osho 8 місяців тому +1

    sir next video kb?

    • @Acodedaily
      @Acodedaily  8 місяців тому +1

      actually I had a meeting with the students I am mentoring and they are somewhat lacking. so maybe in a few days once they are able to cope up :)

    • @arl0817osho
      @arl0817osho 8 місяців тому

      @@Acodedaily okay sir 😉

  • @phoddaal7130
    @phoddaal7130 8 місяців тому

    Bhaiya Graph mein acha hone ke liye.
    Leetcode Study Plan Ya CSES problem set,
    Or Something else ?
    Currently Popular graph ke question to kar rakhe and basic understanding bhi hai

    • @Acodedaily
      @Acodedaily  8 місяців тому

      Cses doesn't have a lot of problems; so maybe do both?

  • @mayankshakya9200
    @mayankshakya9200 8 місяців тому +1

    Sir ive started cp before 2 months
    Cant be able to solve div-2A in a single contest can you please suggest me like how much qns ,which rating,from where should i solve on daily basis for improvement ive done 200 qns on leetcode though

    • @Acodedaily
      @Acodedaily  8 місяців тому

      LC questions wont help for div2A of CF, You can follow this course and practice the problems.

    • @mayankshakya9200
      @mayankshakya9200 8 місяців тому

      @@Acodedaily ok i am doing the same an you please tell howmuch qns per day or like approx range of qns to solve per day?

  • @divyanshsharma720
    @divyanshsharma720 8 місяців тому

    Bro is web dev good or we have to choose cloud , devOps , ml , ai , data scientist?? Scope ?

    • @Acodedaily
      @Acodedaily  8 місяців тому

      vro I can't answer this for you. this is a personal choice. sorry!

  • @suvankitsahoo7781
    @suvankitsahoo7781 8 місяців тому

    Which IDE is this ?

  • @durgaprasadvelagapudi5263
    @durgaprasadvelagapudi5263 8 місяців тому

    couple of things 1. how the test cases, overall input across all test cases and the algo complexity --- no mention of it. the mention of cf is very trivial not educative. 2. 500 cubed was mentioned as 25*25*1e6. please ensure that whatever you publish is correct and provide precise and concise info. nothing personal. it is a goos initiative and i am looking forward for more videos where i can enhance my understanding.

    • @Acodedaily
      @Acodedaily  8 місяців тому +1

      1. Cf is trivial- I've seen people till specialists being misconceived here so not sure if I should consider it trivial if majority population could learn from this. I think "trivial" is a perspective; if I stop teaching things that are trivial to me then all lecture most likely would become a bouncer for most people. Hence i try to teach almost everything.
      2. Yeah i realised that, but it was a 5x difference that wasnt changing the essence of the concept hence I didn't go through the effort of recording it all over again. But it's still a fault at my end; and apologies for that.

    • @durgaprasadvelagapudi5263
      @durgaprasadvelagapudi5263 8 місяців тому +1

      @@Acodedaily sorry wasn't clear on my point 1. i watched the video, thinking that i will clarity on the time constraints mentioned in CF problem statement. what does the 2 lines on the top mean. what does the specifications of all n over test cases is less than 10e5. how does those provide clues about the solution we need to go for.