Big O Notation explained in 60 seconds

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • Big O Notation explained under 60 second.
    Big O Notation is a way to measure the algorithmic complexity of functions.
    Calculating Big O Notation is very simple.
    There are primarily four main big o notations that are linear time , quadratic time , constant time , and logarithmic time.

Комментарии • 8

  • @neethuraju2355
    @neethuraju2355 2 года назад +24

    Nice video but I didn't get logarithmic complexity.

    • @eurevikz6558
      @eurevikz6558 2 года назад +2

      Basically a kinda dog 😉🙏Happy coding

    • @xceptionl1
      @xceptionl1 11 месяцев назад +10

      basically its a function where the input size decreases by half over time until completion

    • @spectralgt4170
      @spectralgt4170  7 месяцев назад

      Good explanation

  • @wintutorials2282
    @wintutorials2282 11 месяцев назад +2

    Why did the blue clock at 00:11 - 00:16 have the Randstad logo?? I work at that company

  • @jonathanwaters206
    @jonathanwaters206 Год назад +1

    i was watching shorts about "big o" the anime then this came up

  • @atharvsingh5417
    @atharvsingh5417 3 года назад +2

    Nice Video