Learn Big O notation in 6 minutes 📈

แชร์
ฝัง

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

  • @CallMeAce153
    @CallMeAce153 7 หลายเดือนก่อน +293

    Good thing our professor needed 5 hours to explain that graph...

    • @Swift_Media
      @Swift_Media 5 หลายเดือนก่อน +21

      College is a scam but unfortunately we gotta do it lmfao

    • @noamrtdthesorcerer733
      @noamrtdthesorcerer733 4 หลายเดือนก่อน +11

      Mine explained it in 5 minutes so no one understood it (lol)
      At least he came to a conclusion at the end

    • @jasonwang-wg8wu
      @jasonwang-wg8wu 4 หลายเดือนก่อน +7

      Cold, crushing grip of academia got you too?

    • @philippemts88
      @philippemts88 4 หลายเดือนก่อน +17

      Well, no one can understand it in a 6 min. video.
      It doesn't even show the formal definition of Big-O neither how to prove its theorems and properties.

    • @ditz3nfitness
      @ditz3nfitness 4 หลายเดือนก่อน

      Here too, lol. I didn't understand a single thing, and nobody else did either @@noamrtdthesorcerer733

  • @Olegator56
    @Olegator56 10 วันที่ผ่านมา +4

    Those 6 minutes were more useful than 6 months of lectures. Thanks

  • @berkan5018
    @berkan5018 ปีที่แล้ว +55

    It's preposterous that you can make everything this simple and smoothly learnable. Thx a lot for real

  • @saurabhbasak9545
    @saurabhbasak9545 3 ปีที่แล้ว +10

    Idk man there's something about your presentation and the colors you use that grabs my attention and now I'm actually understanding these concepts. Thanks Bro!

  • @mactenssheelal1840
    @mactenssheelal1840 3 ปีที่แล้ว +11

    Man, really thank you!!! I'm just learning for my Data Structures and Algorithms exam next week on my Uni, and Big-O was one of a few things, that I couldn't fully understand. Thanks to you now I understand it clearly

  • @flashbao1922
    @flashbao1922 3 ปีที่แล้ว +1

    The guy needs to be seriously appreciated!

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

    That was just an amazing video. Keep up the hardwork and effort you put into your videos.

  • @youvegotmail9385
    @youvegotmail9385 ปีที่แล้ว +5

    I kinda somewhat get Big O notation now on a high level. that graph helped so much. Google in 3 years here I come!

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

    I made a summary for this lesson in the same way that Bro uses and I would like to share it with you, bros
    public class BigONotation {

    /**
    * Big O Notation (how code slows as data grows):
    * it describes the performance of an algorithm as the amount of data
    * increases.
    *
    * it is machine independent but we are focusing on the "number of steps" to
    * complete an algorithm.
    *
    * examples of Big O notations:
    * O(1)
    * O(n) (n = amount of data)
    * O(log n)
    * O(n^2)
    * ...
    */

    /**
    * concrete example:
    * addUp1() method will add up to a certain number (n).
    *
    * ex:
    * if n = 3 -> sum = 0 + 1 + 2 + 3 -> sum = 6.
    * here, the number of steps is 4 because we have one operation
    * (sum + i) repeated 4 times (n

    • @Evoyde_
      @Evoyde_ ปีที่แล้ว +5

      Thank you bro !!!!

    • @thanosmylonas9781
      @thanosmylonas9781 ปีที่แล้ว +3

      Thank you so much Bro

    • @DMPLAYER1000
      @DMPLAYER1000 ปีที่แล้ว +3

      Thank you bro! I am in love with you for this

    • @ninoe9124
      @ninoe9124 ปีที่แล้ว +1

      such a goat fr bro

    • @CountDracula-vq8zn
      @CountDracula-vq8zn ปีที่แล้ว

      Tried it, addUp1 is faster compare to addUp2.
      addUp2 is only fast if there are more numbers/steps whilst
      addUp1 is fast if it is less numbers/steps

  • @andresroca9736
    @andresroca9736 3 ปีที่แล้ว +5

    Cool Bro! Great to see data structures and algorithms here. Please, more on these. Your channel is getting better and better. Subscribed!. Muchos saludos 🤙

  • @omardumet120
    @omardumet120 3 ปีที่แล้ว +19

    Please keep making more videos about this it helps for interviews thanks bro

  • @rishabhverma7064
    @rishabhverma7064 3 ปีที่แล้ว +58

    I just discovered this channel and goes through the python course I must say...... U deserve 🙏🙏🙏🙏🙏

    • @wrathofainz
      @wrathofainz 3 หลายเดือนก่อน

      "Prays" lmao

  • @ditz3nfitness
    @ditz3nfitness 4 หลายเดือนก่อน +5

    Just as I'm getting introduced to this topic on the third semester of my Software Engineering degree in a course called Algorithms & Data Structures, I get recommended this video! Thanks, Bro Code!

  • @lemapperium5344
    @lemapperium5344 ปีที่แล้ว +1

    The easiness of this man's explanation is incredible

  • @somethingwine
    @somethingwine หลายเดือนก่อน

    Thank you! Great code examples to demonstrate the "steps" it takes. :D

  • @ThapeloMachaka256
    @ThapeloMachaka256 10 หลายเดือนก่อน +1

    this man is the plug!

  • @AbhijeetKumar-cm3jh
    @AbhijeetKumar-cm3jh 3 ปีที่แล้ว

    bro is on the way to 100k 🥳
    really looking forward for future vids

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

    Thank you so much bro code, I'm watching your channel,it will grow bigger then your expected

  • @CoffeeXmusic
    @CoffeeXmusic ปีที่แล้ว +1

    Super clear and concise. Thanks bro!🎉

  • @Balanceiskey-nd6el
    @Balanceiskey-nd6el 8 วันที่ผ่านมา

    Thank you! This is a great foundation for me to learn more.

  • @AnthonyR007
    @AnthonyR007 3 ปีที่แล้ว +1

    Yoooo, My favorite comp sci. channel is back at it again
    Have you looked into rust at all? I’ve just started diving into the documentation, and I gotta say, it’s so much better than anything else I’ve used previously

  • @zohirboshi2245
    @zohirboshi2245 3 ปีที่แล้ว +1

    You are such a great man keep it going 💞🔥

  • @jackvianey1630
    @jackvianey1630 6 หลายเดือนก่อน +2

    You are amazing, Bro!!

  • @estelle9819
    @estelle9819 ปีที่แล้ว +1

    this is so easy to understand. thanks bro!

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

    This right here is a great man

  • @BPEKSupraInteractive
    @BPEKSupraInteractive 3 ปีที่แล้ว +10

    Wow. Thanks for helping me understand Big O here than the 3 weeks we spent on in class lol

    • @ChrisAthanas
      @ChrisAthanas 3 หลายเดือนก่อน

      Universities are about to go bye-bye

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

    Amazing, thank you, bro!

  • @dribrahimel-nahhal2477
    @dribrahimel-nahhal2477 8 หลายเดือนก่อน

    Excellent amazing video. Thumbs up 👍 .

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

    Great explanations! Thanks for share.

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

    Awesome and simple, thanks a n!

  • @alonasmatko9670
    @alonasmatko9670 4 หลายเดือนก่อน

    Many thanks! This video is really good for beginners!

  • @deepdaddy1208
    @deepdaddy1208 3 ปีที่แล้ว +1

    I have always enjoyed your humour, cheers and great vid

    • @rewardx
      @rewardx 3 ปีที่แล้ว

      what humor?

  • @danser_theplayer01
    @danser_theplayer01 7 หลายเดือนก่อน +8

    For anyone wondering, O(√n) is between O(n) and O(log n). It also has a cousin O(√(n)/2) which is literally 2 times smaller even in the worst case scenario, it's important to read non simplified O notation when calculating total time (not general complexity) for your specific algorithm.

  • @itsashhuby6781
    @itsashhuby6781 5 หลายเดือนก่อน

    i love this guy i stg

  • @hariprasaanth3115
    @hariprasaanth3115 3 ปีที่แล้ว +6

    I jus wanna let u know that I'm highly addicted to your channel (after java beginner playlist)and I badly want u to complete DSA asap before facing placements
    Keep up the good work broman 😂

  • @marquinho1p
    @marquinho1p 4 วันที่ผ่านมา

    fire explanation! thanks!

  • @walrexx_2370
    @walrexx_2370 ปีที่แล้ว +1

    this video explain well the topic. Thank you alot for your time for making this tutorial video.

  • @skolan4834
    @skolan4834 25 วันที่ผ่านมา

    wow very good explaination thank you!

  • @Garrison86
    @Garrison86 2 ปีที่แล้ว

    awesome explanation! Thanks

  • @MellowJ2000
    @MellowJ2000 3 ปีที่แล้ว

    Thanks for these videos man

  • @trntrinh79
    @trntrinh79 8 หลายเดือนก่อน

    Thanks a lot for sharing all of this.

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

    You always rock it down bro!....huge admiration to yuh !

  • @nikitos2442
    @nikitos2442 3 ปีที่แล้ว

    Underrated!

  • @adityarajsrivastava6580
    @adityarajsrivastava6580 3 ปีที่แล้ว

    This was great!

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

    Nice explanation as usually 👍 🌸

  • @Diamond_Hanz
    @Diamond_Hanz 3 ปีที่แล้ว +1

    Love your videos, brooo

  • @ProgamerEU
    @ProgamerEU 3 ปีที่แล้ว

    Awesome overview

  • @wolanus
    @wolanus 3 ปีที่แล้ว

    Great video!

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

    Very useful. As a bonus I didn't know the sum of n is the same as n*(n+1)/2

  • @natifun9877
    @natifun9877 6 หลายเดือนก่อน +1

    Thanks!

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

    Great thanks!

  • @user-dc5pf2vf1p
    @user-dc5pf2vf1p 3 ปีที่แล้ว

    Thanks for your efforts

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

    Bro code is different than other tutors xD. awesome

  • @keerthansj845
    @keerthansj845 หลายเดือนก่อน

    Awesome bro

  • @gerardsk8ordie
    @gerardsk8ordie 3 หลายเดือนก่อน

    thanks for the short explanation

  • @bruno10505
    @bruno10505 3 หลายเดือนก่อน

    Man, thank you. I watched about 2 hours of my teacher talking about it, and in the end, I didn't even know how to tell the big O of my own algorithm, now, 10 minutes later, I understood it with a 6 min yt video

  • @MultimediaCizzy
    @MultimediaCizzy 3 ปีที่แล้ว

    PLZ MORE DSA. luv u

  • @jvg6877
    @jvg6877 2 หลายเดือนก่อน

    thanks habibi

  • @vedantdeshmukh4949
    @vedantdeshmukh4949 3 ปีที่แล้ว +1

    Hey Bro!!!! Hope u are doing well. Thanks for such awesome content🔥🔥🔥
    Love❤️

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

    Nice explanation Bro!!!

  • @cjrozor918
    @cjrozor918 3 ปีที่แล้ว

    Thanks my Bro!

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

    thanks bro!

  • @ultimategr2363
    @ultimategr2363 5 หลายเดือนก่อน

    Love you bro

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

    Expelled from the school 😂. Excelente video hasta ahorita el mejor explicado

  • @yasserj3693
    @yasserj3693 2 ปีที่แล้ว

    You are the best

  • @snapreal9814
    @snapreal9814 11 หลายเดือนก่อน

    Asante kwa maelekozo mazuri

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

    After like ten videos, this is the best video by far. 0(1) for sure

  • @notblal6669
    @notblal6669 2 หลายเดือนก่อน

    so Good thanks Bro Code

  • @Maros554
    @Maros554 6 หลายเดือนก่อน +1

    You're the bro

  • @quotablecode
    @quotablecode 4 หลายเดือนก่อน

    Respect bro 👊

  • @ty6512
    @ty6512 3 ปีที่แล้ว

    Needed this video bro

  • @SizarieldoR
    @SizarieldoR 3 ปีที่แล้ว

    Nice and succinct

  • @numiinsoles627
    @numiinsoles627 9 หลายเดือนก่อน +1

    by looking at the graph can someone tell me until what value of n should I use in each O(n)? for example if n=100000000000 it's better to acheive a solution that has o(1) but if n=1 it seems that O(n) is better

  • @orazovdidar
    @orazovdidar หลายเดือนก่อน

    Thank you Bro

  • @victorrezende6002
    @victorrezende6002 8 หลายเดือนก่อน

    Nice class

  • @kristijanlazarev
    @kristijanlazarev 11 หลายเดือนก่อน

    amaaazing

  • @user-ek8uw1rt6z
    @user-ek8uw1rt6z หลายเดือนก่อน

    cool!

  • @ashyvlogs1132
    @ashyvlogs1132 3 ปีที่แล้ว

    Revision covered, my g

  • @tomaszkarolak6179
    @tomaszkarolak6179 3 ปีที่แล้ว

    Thx Bro!!!

  • @suspiciousgoose7904
    @suspiciousgoose7904 หลายเดือนก่อน

    Thanks bro

  • @oussemaelmzergui7055
    @oussemaelmzergui7055 7 หลายเดือนก่อน

    ty

  • @kunalsoni7681
    @kunalsoni7681 11 หลายเดือนก่อน

    such a amazing explaination by the help of graph 🤩

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

    Like I always say, my python hero

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

    Thx bro

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

    which programming language are you gonna use for this DSA course?

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

    Legend

  • @larissakenneh
    @larissakenneh 3 หลายเดือนก่อน

    Thank you bro code

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

    Lets go!

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

    thx

  • @Helmansonable
    @Helmansonable 4 หลายเดือนก่อน

    You could add the precise definition of Big O notation, not only the intuition behind it

  • @Arsy1999
    @Arsy1999 9 หลายเดือนก่อน

    class video

  • @nomadybb1-66er7
    @nomadybb1-66er7 3 ปีที่แล้ว

    nice

  • @oguzhantopaloglu9442
    @oguzhantopaloglu9442 3 ปีที่แล้ว

    can you do a tutorial on webpack 5 ?

  • @iRandroid
    @iRandroid 3 ปีที่แล้ว

    Is this videos by order, should I watch the Playlist from the top?

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

    bro i was a hater for learning bigO
    notation before watching your video. 😡
    cause i cant understand that much.😬
    you made me understand this bro. 😘
    have you uploaded the "travelling salesman problem" video?🤨

  • @Extrify_
    @Extrify_ 11 หลายเดือนก่อน

    im learning this thing but i have no idea about anything in CS
    my major doesnt have CS - what should i study before this so i get a basic understanding?

  • @theencryptedpartition4633
    @theencryptedpartition4633 4 หลายเดือนก่อน

    n! getting expelled is crazyyyyy, but I agree lol

  • @mariostheophanous2300
    @mariostheophanous2300 3 ปีที่แล้ว

    Bro can you make tutorial for mips assembly?

  • @flychy3268
    @flychy3268 หลายเดือนก่อน

    this is huuge, well done man.

  • @HoangPham-jh3xu
    @HoangPham-jh3xu 3 ปีที่แล้ว

    Have a nice day ☘️☘️☘️