Notations: Small O, Omega, Theta | Big O, Theta, Omega notation | Data Structure & Algorithms

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

КОМЕНТАРІ • 15

  • @andrespolo.2013
    @andrespolo.2013 4 роки тому +7

    Muchísimas gracias por la explicación. Thank you, greetings from Colombia.

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

    thank you so much!!!! I was so confused before but it cleared my concepts. I finally understood the difference between them

  • @sameersowrab4471
    @sameersowrab4471 4 роки тому

    sir by seeing your videos i am getting a lot of drive to learn more and more thank u sir.

  • @abhishekd1012
    @abhishekd1012 4 роки тому +1

    if 2n=o(n^2) -> 2n

    • @sivap2361
      @sivap2361 3 роки тому +2

      small oh says, c>0 (must) and there exists n>=n0. Here, c=1 (i.e. c>0) and also n=1(i.e. n exists). So we can say, 2n = o(n^2)

  • @Ajay-mj8nb
    @Ajay-mj8nb 2 роки тому

    omg, you made this too easy to understand... thank you

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

    My uni needs to hire this man

  • @samarthtandale9121
    @samarthtandale9121 9 місяців тому

    So, in essence, Big-oh is like greater than or equals ( >= ) and Small-oh is like greater than only ( > ) which is a stricter condition! 😄😁

  • @vanshchauhan3910
    @vanshchauhan3910 4 роки тому

    thank you so much dear sir ,today i understand the exact meaning of small oh and omega

  • @Dark.Ventur
    @Dark.Ventur 5 років тому +1

    Sir is this right or not
    Limit n --->infinity iff f(n)/g(n)

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

    Awesome 👍

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

    Thanks ❤

  • @louerleseigneur4532
    @louerleseigneur4532 4 роки тому +1

    Thanks sir ji

  • @iam.damian
    @iam.damian Рік тому

    It took me a year of bad lectures to understand this :D