Learn Big O notation in 6 minutes 📈

  Рет қаралды 196,641

Bro Code

Bro Code

Күн бұрын

Big O notation tutorial example explained
#big #O #notation

Пікірлер: 185
@CallMeAce153
@CallMeAce153 6 ай бұрын
Good thing our professor needed 5 hours to explain that graph...
@Swift_Media
@Swift_Media 5 ай бұрын
College is a scam but unfortunately we gotta do it lmfao
@noamrtdthesorcerer733
@noamrtdthesorcerer733 4 ай бұрын
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 ай бұрын
Cold, crushing grip of academia got you too?
@philippemts88
@philippemts88 3 ай бұрын
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 3 ай бұрын
Here too, lol. I didn't understand a single thing, and nobody else did either @@noamrtdthesorcerer733
@redaboukdir5678
@redaboukdir5678 2 жыл бұрын
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_ Жыл бұрын
Thank you bro !!!!
@thanosmylonas9781
@thanosmylonas9781 Жыл бұрын
Thank you so much Bro
@DMPLAYER1000
@DMPLAYER1000 Жыл бұрын
Thank you bro! I am in love with you for this
@ninoe9124
@ninoe9124 Жыл бұрын
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
@saurabhbasak9545
@saurabhbasak9545 2 жыл бұрын
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!
@berkan5018
@berkan5018 Жыл бұрын
It's preposterous that you can make everything this simple and smoothly learnable. Thx a lot for real
@mactenssheelal1840
@mactenssheelal1840 3 жыл бұрын
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
@rishabhverma7064
@rishabhverma7064 3 жыл бұрын
I just discovered this channel and goes through the python course I must say...... U deserve 🙏🙏🙏🙏🙏
@wrathofainz
@wrathofainz 3 ай бұрын
"Prays" lmao
@mohammedrangoonwala9328
@mohammedrangoonwala9328 2 жыл бұрын
That was just an amazing video. Keep up the hardwork and effort you put into your videos.
@ditz3nfitness
@ditz3nfitness 3 ай бұрын
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!
@omardumet120
@omardumet120 3 жыл бұрын
Please keep making more videos about this it helps for interviews thanks bro
@youvegotmail9385
@youvegotmail9385 Жыл бұрын
I kinda somewhat get Big O notation now on a high level. that graph helped so much. Google in 3 years here I come!
@andresroca9736
@andresroca9736 3 жыл бұрын
Cool Bro! Great to see data structures and algorithms here. Please, more on these. Your channel is getting better and better. Subscribed!. Muchos saludos 🤙
@flashbao1922
@flashbao1922 3 жыл бұрын
The guy needs to be seriously appreciated!
@lemapperium5344
@lemapperium5344 Жыл бұрын
The easiness of this man's explanation is incredible
@mahendranath2504
@mahendranath2504 3 жыл бұрын
Thank you so much bro code, I'm watching your channel,it will grow bigger then your expected
@AbhijeetKumar-cm3jh
@AbhijeetKumar-cm3jh 3 жыл бұрын
bro is on the way to 100k 🥳 really looking forward for future vids
@somethingwine
@somethingwine Ай бұрын
Thank you! Great code examples to demonstrate the "steps" it takes. :D
@AnthonyR007
@AnthonyR007 3 жыл бұрын
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
@CoffeeXmusic
@CoffeeXmusic Жыл бұрын
Super clear and concise. Thanks bro!🎉
@jackvianey1630
@jackvianey1630 5 ай бұрын
You are amazing, Bro!!
@zohirboshi2245
@zohirboshi2245 3 жыл бұрын
You are such a great man keep it going 💞🔥
@hariprasaanth3115
@hariprasaanth3115 3 жыл бұрын
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 😂
@ThapeloMachaka256
@ThapeloMachaka256 9 ай бұрын
this man is the plug!
@estelle9819
@estelle9819 Жыл бұрын
this is so easy to understand. thanks bro!
@hermitmobile1742
@hermitmobile1742 2 жыл бұрын
This right here is a great man
@deepdaddy1208
@deepdaddy1208 3 жыл бұрын
I have always enjoyed your humour, cheers and great vid
@rewardx
@rewardx 3 жыл бұрын
what humor?
@BPEKSupraInteractive
@BPEKSupraInteractive 3 жыл бұрын
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
@danser_theplayer01
@danser_theplayer01 6 ай бұрын
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.
@PythonDS
@PythonDS 3 жыл бұрын
Great explanations! Thanks for share.
@Snowmanver2
@Snowmanver2 2 жыл бұрын
Amazing, thank you, bro!
@itsashhuby6781
@itsashhuby6781 4 ай бұрын
i love this guy i stg
@jeremiahgatwechpeter4222
@jeremiahgatwechpeter4222 3 жыл бұрын
You always rock it down bro!....huge admiration to yuh !
@alonasmatko9670
@alonasmatko9670 4 ай бұрын
Many thanks! This video is really good for beginners!
@MellowJ2000
@MellowJ2000 3 жыл бұрын
Thanks for these videos man
@dribrahimel-nahhal2477
@dribrahimel-nahhal2477 8 ай бұрын
Excellent amazing video. Thumbs up 👍 .
@leoniaklebanov2502
@leoniaklebanov2502 2 жыл бұрын
Awesome and simple, thanks a n!
@nikitos2442
@nikitos2442 3 жыл бұрын
Underrated!
@CSstudent_1001
@CSstudent_1001 7 ай бұрын
Nice explanation as usually 👍 🌸
@Garrison86
@Garrison86 Жыл бұрын
awesome explanation! Thanks
@Diamond_Hanz
@Diamond_Hanz 3 жыл бұрын
Love your videos, brooo
@adityarajsrivastava6580
@adityarajsrivastava6580 3 жыл бұрын
This was great!
@walrexx_2370
@walrexx_2370 Жыл бұрын
this video explain well the topic. Thank you alot for your time for making this tutorial video.
@moglimogify
@moglimogify 8 ай бұрын
Very useful. As a bonus I didn't know the sum of n is the same as n*(n+1)/2
@skolan4834
@skolan4834 8 күн бұрын
wow very good explaination thank you!
@trntrinh79
@trntrinh79 8 ай бұрын
Thanks a lot for sharing all of this.
@ProgamerEU
@ProgamerEU 3 жыл бұрын
Awesome overview
@melonolandsorryformybadeng2815
@melonolandsorryformybadeng2815 2 жыл бұрын
Bro code is different than other tutors xD. awesome
@bruno10505
@bruno10505 2 ай бұрын
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
@wolanus
@wolanus 3 жыл бұрын
Great video!
@MultimediaCizzy
@MultimediaCizzy 3 жыл бұрын
PLZ MORE DSA. luv u
@numiinsoles627
@numiinsoles627 9 ай бұрын
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
@ultimategr2363
@ultimategr2363 5 ай бұрын
Love you bro
@charitharanasingha
@charitharanasingha Жыл бұрын
Nice explanation Bro!!!
@keerthansj845
@keerthansj845 Ай бұрын
Awesome bro
@user-dc5pf2vf1p
@user-dc5pf2vf1p 3 жыл бұрын
Thanks for your efforts
@vedantdeshmukh4949
@vedantdeshmukh4949 3 жыл бұрын
Hey Bro!!!! Hope u are doing well. Thanks for such awesome content🔥🔥🔥 Love❤️
@gerardsk8ordie
@gerardsk8ordie 3 ай бұрын
thanks for the short explanation
@PythonArms
@PythonArms Жыл бұрын
Great thanks!
@shiftshaddow6487
@shiftshaddow6487 Жыл бұрын
After like ten videos, this is the best video by far. 0(1) for sure
@quotablecode
@quotablecode 3 ай бұрын
Respect bro 👊
@cjrozor918
@cjrozor918 2 жыл бұрын
Thanks my Bro!
@yasserj3693
@yasserj3693 2 жыл бұрын
You are the best
@natifun9877
@natifun9877 5 ай бұрын
Thanks!
@raajroy5931
@raajroy5931 3 жыл бұрын
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?🤨
@JJavierCueto
@JJavierCueto 11 ай бұрын
Expelled from the school 😂. Excelente video hasta ahorita el mejor explicado
@kunalsoni7681
@kunalsoni7681 11 ай бұрын
such a amazing explaination by the help of graph 🤩
@Maros554
@Maros554 5 ай бұрын
You're the bro
@ddam712
@ddam712 Жыл бұрын
thanks bro!
@ty6512
@ty6512 3 жыл бұрын
Needed this video bro
@awwtawnoo
@awwtawnoo 3 жыл бұрын
which programming language are you gonna use for this DSA course?
@mondlistyleman9389
@mondlistyleman9389 Жыл бұрын
Like I always say, my python hero
@notblal6669
@notblal6669 2 ай бұрын
so Good thanks Bro Code
@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?
@iRandroid
@iRandroid 3 жыл бұрын
Is this videos by order, should I watch the Playlist from the top?
@kristijanlazarev
@kristijanlazarev 11 ай бұрын
amaaazing
@SizarieldoR
@SizarieldoR 3 жыл бұрын
Nice and succinct
@jvg6877
@jvg6877 2 ай бұрын
thanks habibi
@orazovdidar
@orazovdidar 25 күн бұрын
Thank you Bro
@ashyvlogs1132
@ashyvlogs1132 3 жыл бұрын
Revision covered, my g
@Helmansonable
@Helmansonable 3 ай бұрын
You could add the precise definition of Big O notation, not only the intuition behind it
@user-ek8uw1rt6z
@user-ek8uw1rt6z Ай бұрын
cool!
@tomaszkarolak6179
@tomaszkarolak6179 3 жыл бұрын
Thx Bro!!!
@victorrezende6002
@victorrezende6002 7 ай бұрын
Nice class
@Infinity540
@Infinity540 Жыл бұрын
Legend
@Arsy1999
@Arsy1999 9 ай бұрын
class video
@snapreal9814
@snapreal9814 10 ай бұрын
Asante kwa maelekozo mazuri
@oguzhantopaloglu9442
@oguzhantopaloglu9442 3 жыл бұрын
can you do a tutorial on webpack 5 ?
@minhtriettruong9217
@minhtriettruong9217 Жыл бұрын
Lets go!
@suspiciousgoose7904
@suspiciousgoose7904 25 күн бұрын
Thanks bro
@c.d.premkumar6867
@c.d.premkumar6867 Жыл бұрын
1.05 Isn't (Log n) less than (n) ? Then why is it not in ascending order ?
@flychy3268
@flychy3268 16 күн бұрын
this is huuge, well done man.
@derboss66
@derboss66 Жыл бұрын
Thx bro
@mariostheophanous2300
@mariostheophanous2300 3 жыл бұрын
Bro can you make tutorial for mips assembly?
@letsthinkforamoment8904
@letsthinkforamoment8904 29 күн бұрын
Hold up, how are the two functions at the start the same??? first one adds up n, the second one performs exponentiation and divides it by 2? Two different results.
@Hellbending
@Hellbending 28 күн бұрын
Order of operations
@larissakenneh
@larissakenneh 3 ай бұрын
Thank you bro code
@theencryptedpartition4633
@theencryptedpartition4633 4 ай бұрын
n! getting expelled is crazyyyyy, but I agree lol
@rockstareditz4690
@rockstareditz4690 3 жыл бұрын
Bro , is Python language can get us job or we have to learn cpp , Java like that. Plz tell
@nomadybb1-66er7
@nomadybb1-66er7 3 жыл бұрын
nice
@martinbabala6719
@martinbabala6719 3 ай бұрын
1:09 shouldn't it be exponential time?
@oussemaelmzergui7055
@oussemaelmzergui7055 6 ай бұрын
ty
@Heyjo300
@Heyjo300 Жыл бұрын
thx
Learn Linear Search in 3 minutes ⬇️
3:42
Bro Code
Рет қаралды 90 М.
Big-O Notation - For Coding Interviews
20:38
NeetCode
Рет қаралды 397 М.
100❤️ #shorts #construction #mizumayuuki
00:18
MY💝No War🤝
Рет қаралды 20 МЛН
Normal vs Smokers !! 😱😱😱
00:12
Tibo InShape
Рет қаралды 116 МЛН
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
Introduction to Big-O
12:40
WilliamFiset
Рет қаралды 265 М.
Learn Big O Notation In 12 Minutes
12:18
Web Dev Simplified
Рет қаралды 181 М.
3 Types of Algorithms Every Programmer Needs to Know
13:12
ForrestKnight
Рет қаралды 433 М.
But what is a convolution?
23:01
3Blue1Brown
Рет қаралды 2,5 МЛН
What Is Big O Notation?
17:45
Reducible
Рет қаралды 309 М.
Which Phone Unlock Code Will You Choose? 🤔️
0:14
Game9bit
Рет қаралды 12 МЛН
Fiber kablo
0:15
Elektrik-Elektronik
Рет қаралды 7 МЛН
Куда пропал 3D Touch? #apple #iphone
0:51
Не шарю!
Рет қаралды 531 М.
Nokia 3310 versus Red Hot Ball
0:37
PressTube
Рет қаралды 3,6 МЛН
Huawei который почти как iPhone
0:53
Romancev768
Рет қаралды 361 М.
The power button can never be pressed!!
0:57
Maker Y
Рет қаралды 53 МЛН