Big O Notation Series #6: Big O of N Factorial

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

КОМЕНТАРІ • 41

  • @kasiviswanath1784
    @kasiviswanath1784 2 роки тому +4

    Explanation is very simple and clear. Easy to comprehend and you deserve more viewership.

    • @kantancoding
      @kantancoding  2 роки тому

      Thank you for the positive feedback. I’m glad you think so 🙂

  • @suhasa5542
    @suhasa5542 3 роки тому +5

    man you deserve more subscribers, thanks for simplifying, I have gone through so many videos and now i feel like i understand big O, thanks!

    • @kantancoding
      @kantancoding  3 роки тому +1

      That’s awesome man! Sky’s the limit 🚀 keep it up!

  • @mrgeetu1
    @mrgeetu1 2 роки тому +1

    One of the best and simplest video ever to understand Big O notation. Thank you for posting :)

    • @kantancoding
      @kantancoding  2 роки тому

      I’m glad to hear that. That was the goal 🙂 thank you

  • @tenshii_92
    @tenshii_92 3 роки тому +1

    This is the third or so video of yours I've watched. I liked it, saw you were at 999 subs, decided to be your 1k!
    Grats man!

    • @kantancoding
      @kantancoding  3 роки тому

      🤣😂 that’s awesome. I saw it sitting at 999 for a while 😅. Thank you very much for your support 🙏

  • @t6hp
    @t6hp 11 місяців тому

    Thank you so much! I think you should add the word "Recursion Explained" to make this video reach an even greater audience.

    • @kantancoding
      @kantancoding  11 місяців тому +1

      That's a good idea! Thank you 😃

  • @ashokyadavfqplmgxjia4668
    @ashokyadavfqplmgxjia4668 Рік тому

    I can't believe that i understood this in one vedio..
    thanks bro

  • @Carrymejane
    @Carrymejane 3 місяці тому +1

    11:19 😮 amazing

  • @msa-msa-msa
    @msa-msa-msa 3 роки тому

    This is the best possible explanation I have ever seen. 👍

    • @kantancoding
      @kantancoding  3 роки тому

      Thank you! I’m glad it helped 🙂

  • @panchcw
    @panchcw 2 роки тому

    This is one of the best explanations for big O . thanks

    • @kantancoding
      @kantancoding  2 роки тому +1

      🙏 thank you! I’m glad it helped

  • @bikashk665
    @bikashk665 2 роки тому

    Best explanation I have seen so far on the time complexity. I subscribed your chennal after I watched your first video

    • @kantancoding
      @kantancoding  2 роки тому

      That’s awesome 😎 thank you 🙏

  • @Media-tn5zo
    @Media-tn5zo 2 роки тому

    Thanks for the simple explanation

  • @bharath4713
    @bharath4713 3 роки тому

    You made it simple....Superb explanation✌

  • @kukkavenkatprashant8309
    @kukkavenkatprashant8309 Рік тому

    good explanation thanks

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

    Thank you for the amazing video and explanation. I had a question: I thought Big O accounts for all the operations taken, in this case every loop and every call to the function, instead of just the final function call with f(0).

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

      Hey! I think you might benefit from watching the entire series. we only care about the dominant term ❤

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

      @kantancoding Thank you, for your reply ❤️ I will be watching the entire series.

  • @coding_tips888
    @coding_tips888 3 роки тому

    thanks it was very helpful

  • @rosenyordanov7298
    @rosenyordanov7298 Рік тому

    +1 Great video 😀

    • @kantancoding
      @kantancoding  Рік тому

      Thank you! Please don’t hesitate to check out the other videos in this series ❤️ I think you will find them helpful. Thank you for watching 😊

  • @myamzid123shah9
    @myamzid123shah9 3 роки тому +1

    Thanks for the video and nice explanation. Do you have any plan to make data structures and algorithms videos?

    • @kantancoding
      @kantancoding  3 роки тому

      Thank you! I have a series on both data structures and algorithms: ua-cam.com/play/PL7g1jYj15RUMeIY778b8lvgUzdRFnEniI.html
      ua-cam.com/play/PL7g1jYj15RUP_Mri9ym6BdUais6_jvhrS.html
      I do plan on making more videos on both data structures and algorithms in the future as well.

  • @sharkPause1
    @sharkPause1 3 роки тому

    I wonder if there are any programs with this exact complexity

  • @DarkSwitchJ84
    @DarkSwitchJ84 2 роки тому

    It seems for me the complexity is O(n * n! * s), where N is the number input and s is the length of * printed each time n == 0

    • @kantancoding
      @kantancoding  2 роки тому

      A small hint. Printing the string "***************" is only one operation. We aren't looping through the string and printing each character, we are just printing the string.

    • @camiscooked
      @camiscooked 2 роки тому +1

      You only focus on the biggest of the 3
      For example:
      30! is much larger is comparison to 1 or 9, so much larger in fact it js negligible when we have to represent the time complexity

  • @arunprasanth9527
    @arunprasanth9527 2 роки тому

    try to make video in computer networking