Algorithms: Big O Notation Example 1

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

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

  • @hayden3774
    @hayden3774 Год назад +166

    My left ear truly enjoyed this thorough explanation

  • @ThePrlara2000
    @ThePrlara2000 6 лет назад +192

    I learned more in 10 minutes, than my 3 hour lecture yesterday!!! Thanks

  • @Sazza-ll3qd
    @Sazza-ll3qd 6 лет назад +64

    been stuck on this for 4 days now and you just cleared up my problem, your a life saver!

  • @andyjohnson6520
    @andyjohnson6520 4 года назад +4

    So glad I learn more from youtube than a class I'm paying $1200 for.....thanks for the video, this helped tremendously!

  • @pandadog423
    @pandadog423 2 года назад +9

    5 years later this is still a great explanation, I always understood the basics of it but when it came to proofs I always got stumpted on how to prove it. thanks alot

  • @Hanzla_Rana
    @Hanzla_Rana 2 года назад +23

    my left ear liked the video

  • @gabrielmoreira1491
    @gabrielmoreira1491 Месяц назад

    THANK U SO MUCH! You don't know how much you have made me happy when I finally understood it. Best explanation I've heard, very detailed and very easy to understand. This is something that seems and that people tell us is harder than it is!

  • @topDragon-f9t
    @topDragon-f9t 2 года назад +1

    This mans in god sent! My prof just gave us notes and expected us to undertand. Been looking around everywhere for an explantion on Big O but you my friend had cleared all my doubts in under 10 mins! Thanks!

  • @p.c2750
    @p.c2750 4 года назад +1

    One min into your tutorial, i give you thumbs up because of paying attention to details

  • @alikhalidsalim4865
    @alikhalidsalim4865 4 года назад +2

    Your videos are the best videos on discrete math, on RUclips. What a legend !!!!! Please continue posting as many videos on Computer Science as you can! THANKSSSSSSS

  • @davidr3569
    @davidr3569 3 года назад +3

    Thank you for this! Best explanation that goes step by step AND gives reasoning for each step. Choosing k = 1 makes this a whole lot easier to process and makes this very repeatable for variations of this type of problem. Gave a like!

  • @Ultrafresh987
    @Ultrafresh987 2 года назад

    Thank you very much. I didn't listen during the 1hr lecture and I've got it all here in 10 mins. Thanks again

  • @nveemusic
    @nveemusic 5 лет назад +11

    10 mins of this literally increased my study efficiency

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

    My right ear understood all of this. Thank u

  • @mk17173n
    @mk17173n 4 года назад +3

    i learned more from this video in 5 minutes than other videos that were hours long.

  • @quotablecode
    @quotablecode 10 месяцев назад

    Been struggling with this notation till I stumbled upon this video. Thanks !

  • @johncanzoneri8297
    @johncanzoneri8297 6 лет назад +3

    Thank you!!! This video helped what my professor couldn’t do in hours of lecture

  • @nathanielislas9245
    @nathanielislas9245 4 года назад +5

    You explain things so well! Keep up the good work!

  • @potatoitis3326
    @potatoitis3326 2 года назад

    YOU ARE THE BEST! thank you so much!!!!! I was struggling with this for my test and you cleared up a lot of confusion.

  • @vinayakanil4288
    @vinayakanil4288 5 лет назад +1

    You're a lifesaver dude, keep up the good work!!

  • @MrRANDUM145
    @MrRANDUM145 4 года назад +7

    This helped a lot! I can actually understand what you are saying unlike my thick accented teacher

  • @WebSurfingIsMyPastime
    @WebSurfingIsMyPastime 4 года назад +1

    I'm 30 seconds in and I allready know this video is going to help explain alot of misunderstandings I've had trying to grasp big-O notation.

    • @mk17173n
      @mk17173n 4 года назад

      do you know why he labeled x =5 as k?

  • @GRAZIoficial
    @GRAZIoficial 4 года назад

    Thank you from Brazil. It help me a lot!

  • @mrshodz
    @mrshodz 2 года назад

    great explanation. the simplicity of the explanation is wonderful.

  • @Drewbydrew
    @Drewbydrew 6 лет назад +3

    Fantastic! Thanks, that made way more sense than my professor's explanation did :)

  • @headyshotta5777
    @headyshotta5777 2 года назад +1

    Great video. Only thing is that I had to watch it twice, switching earbuds halfway through so both my ears could hear.

  • @WebSurfingIsMyPastime
    @WebSurfingIsMyPastime 4 года назад +4

    No updates in 2 years? Pls release more videos, and charge if you must, but bring them out, students such as myself will gladly pay for real working examples of these hard to grasp concepts!
    Thanks

  • @kaho5004
    @kaho5004 Год назад

    Makes so much more sense than my lectures. Thank you

  • @themanwhoiscompeng1422
    @themanwhoiscompeng1422 4 года назад +1

    your video's so helpful for cs students thanks a lot

  • @sankalparora9261
    @sankalparora9261 3 года назад

    Amazing video! Clear, concise, to the point! Thanks!

  • @juliannafotheringham7101
    @juliannafotheringham7101 2 года назад

    sooooooo incredibly helpful! Thank you, angel!

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

    my left ear really enjoys this

  • @misterlight5115
    @misterlight5115 4 года назад +2

    hmm the book were using in my college class just says to use 2 rules remove all the constants (5 +n becomes O(n)) and use only the highest order (so like x + x^2 becomes O(x^2)). However, this is a programming course so that could be why but this video still did help

  • @nurmukhambetserikbayev
    @nurmukhambetserikbayev Год назад

    Oh my GOD I love you. Thank you Sir!. Hope u r doing well

  • @thebarnold7234
    @thebarnold7234 Год назад

    My left ear loved this

  • @snowdawner250
    @snowdawner250 4 года назад +1

    Thank you! It was very clear and helpful!

  • @Flutoid
    @Flutoid 10 месяцев назад

    why don't more instructors highlight the fact that you don't need to have a specfic one solution for prooving big O. this has been confusing me for few weeks until now. Thank you so much.

  • @krissharma7333
    @krissharma7333 7 лет назад +2

    Very Well Explained. Thank You Very Much.

  • @jlee900
    @jlee900 Год назад

    Your videos are great! one question though, why can't x be equal or greater than 1 at around the 8:00 minute mark? Thank you and sorry for the very late comment

  • @junlee9437
    @junlee9437 4 года назад +1

    It helps a lot a lot.... Thank you!

  • @Ali124hdkflc
    @Ali124hdkflc 4 года назад

    Very clear explanation. Thank you.

  • @KC-dg9pu
    @KC-dg9pu Год назад +1

    im following with k=1 but the book i have then uses k=2 as an example and im completley lost. the example was is x^2 + 2x + 1 O(x^2). So for k=1, the solution was 4x^2 which i can get using your method. but for k=2, the solution was 3x^2 and i can't figure that part out.

  • @dariennesee5928
    @dariennesee5928 2 года назад

    Thank you so much! I actually understand the concept now :)

  • @zayedalmazroui7942
    @zayedalmazroui7942 4 года назад +1

    Great video! Is it necessary to use the second approach? Would it be sufficient to only use the first approach when proving?

  • @strawberryyogurt0
    @strawberryyogurt0 4 года назад +1

    @5:13 -- The lecturer should really have kept things consistent, especially for a beginner like myself. There really is no reason "when x >5" should have been specified when " x = 5 " was initially used.
    @5:24 - This is the point when you should have used " when x >5" because it is at this exact point when we're going to be experimenting with different values for "x" so the viewer/student can see what happens when we change the value of "x" --- The "What if" scenarios. My other suggestion would to have been to actually plug ever growing larger values into x and calculate the final values for those who are visual learners.
    x = 6, x = 10, x = 200, x = 2500, x = 100000000, etc which is "when x>5" finally makes conceptual sense. "When x>5" doesn't make sense in the "equation" written @5:13.

    • @discretemathvideos204
      @discretemathvideos204  4 года назад

      I appreciate the feedback. I tried to make it clear that this first example was done by exploration to illustrate the concept. The basic idea is that once x > k we need the inequality to hold. For this particular example, it was easy for me to find a value for k that gave us a nice C to make both sides equal. Once we get beyond this point where they are equal, the inequality holds. I stated that the following examples use a much easier strategy.
      Sure, maybe I should have added more examples for the exploration, but I am trying to keep the length of the videos down and focus on the strategy to find the C and k in the following examples. It seems like you were able to do that exploration on your own which is great!

    • @strawberryyogurt0
      @strawberryyogurt0 4 года назад

      @@discretemathvideos204 .... Appreciate the reply. Rest assure that it’s not limited to one youtube teaching channel. I’ve seen various youtubers doing the same regardless of subject matter. Often for beginners, tutorials having consistency makes a difference. Inconsistencies may cause confusion.
      Slow vs quick learners. Bart vs Lisa Simpsons of the world. Certain learners appreciate shorter videos, however, there are also a subset that prefer videos that are just a tad longer, with a couple more examples to truly hammer home concepts and the applications of those concept. Finding the right balance is certainly an art. I would rather see vids be a bit more thorough even if that adds one or two additional minutes - especially when they’re tutorials (as opposed to topic cliff notes).
      Specifically for ‘when x =5’ versus ‘when x > 5’, I decided to scroll through the comment section to see if someone may have offered clarification.
      Regardless, nice video. I got something out of it.

  • @vrius3335
    @vrius3335 5 лет назад +1

    Wow great video.

  • @madjidsmail5684
    @madjidsmail5684 3 года назад

    I learned more in 10 minutes, than my 3 hour lecture

  • @JossinJax
    @JossinJax 5 лет назад +7

    Why is k = 5 when you said x =5 and x has to be greater than k?

    • @haneulkim4902
      @haneulkim4902 5 лет назад +1

      have the same question, did u find the answer?

    • @xogmaster
      @xogmaster 5 лет назад +2

      @@haneulkim4902 seriously wtf, this one thing has me so confused! the definition says x must be greater than k, but he set k to 5 when x was 5! i don't get it!

    • @yoowon-hye9270
      @yoowon-hye9270 5 лет назад

      Ok lemme try to explain based on my knowledge. Let it be known that k is the "base case" of the possible values of input size n (the closest minimum value that satisfies the inequality). To perform what's on the left-hand side of the inequality (f(n)), we had to pick some value for n, which in this case is 5. We performed the left-hand expression and come up with the result of 100. Now we have to find a constant that would make the inequality true (i.e. to make 100

    • @discretemathvideos204
      @discretemathvideos204  4 года назад +1

      Sorry, I hadn't seen all of these comments earlier! The first example is just sort of done by exploration and it turned out that x = 5 gave us some nice numbers. The point is that once the functions become equal at x = 5, once we go beyond that (x > k, where k=5) we know the inequality will hold. I mention that later, there's a much simpler way to do this, but wanted to get the concept across first.

  • @goku_sama5348
    @goku_sama5348 Год назад

    so the whole strategy to prove this, is to turn every term to the highest degree in the polynom, while x > 1 and then look for c and k. After that you are done with the prove, right?

  • @sonsc5283
    @sonsc5283 3 года назад

    very good explanation!

  • @goku_sama5348
    @goku_sama5348 Год назад

    when 28x^2 is bigger than 3x^2 + 25 our O(x) = x^2, we can forget the 3 and the 25, since they are constants, right?

  • @TheeWHATommy
    @TheeWHATommy 3 года назад

    This is amazing, thank you!

  • @guliyevshahriyar
    @guliyevshahriyar Год назад

    Thank you very much teacher!

  • @xuanhuang4071
    @xuanhuang4071 5 лет назад +1

    A little bit confused that why you plug in value for x directly? Shouldn't we need to do 3x^2+25

    • @xuanhuang4071
      @xuanhuang4071 5 лет назад

      Nevermind, I figured it out. But, still confused about x= 5 is k.

    • @discretemathvideos204
      @discretemathvideos204  4 года назад

      Sorry I hadn't seen these comments earlier! This is just an exploration where it turns out that x = 5 gives us a nice C = 4 to make both sides equal. Then we can see that once x > 5, the inequality holds, so that makes the k = 5. After that, I show a much simpler way to do this. I tried to state that before this first example, but it seems some people missed that or got hung up on this example.

  • @ΆριστοςΚαισης
    @ΆριστοςΚαισης 6 лет назад +1

    Great explanation!!

  • @timewrath7723
    @timewrath7723 4 года назад

    Why was 25 converted to an x^2 function at around 7:03?

    • @discretemathvideos204
      @discretemathvideos204  4 года назад

      the whole strategy here is to find a C value to make the inequality hold. The easiest way to do that is to bump every term up to the highest degree and simply combine like terms. Then the C is right therw!

  • @ericcheek2983
    @ericcheek2983 5 лет назад

    Awesome video, thank you so much

  • @robertmunroe9635
    @robertmunroe9635 5 лет назад +5

    So my big thing is how can you justify a proof by simply bumping the right side up to be greater in value than it would be previously.

    • @discretemathvideos204
      @discretemathvideos204  4 года назад

      Sorry I hadn't seen these comments earlier! All you have to do is find a C and k for which the inequality holds. this technique does that in a quick and simple way. There is nothing incorrect in any of the statements.

  • @fahinrahman8951
    @fahinrahman8951 4 года назад

    so when you do the method of changing every variable to the highest degree, will k always be > 1 ( x > 1)?

  • @raykos4257
    @raykos4257 Год назад

    Are C and k assumed to be positive integers?

  • @MrxGamex69
    @MrxGamex69 Год назад

    Thanks a bunch!

  • @Ali-kl3ql
    @Ali-kl3ql 4 года назад

    We can take a lim both sides and C shows itself easily, without testing numbers.

  • @Smiteforce
    @Smiteforce 4 года назад +1

    could you perhaps normalize the sound on this video? the volume is very low

  • @sahilghuge5302
    @sahilghuge5302 11 месяцев назад

    THANKYOU ❤️

  • @nihal1805
    @nihal1805 3 года назад

    Thanks ❤️😌

  • @weebiezz
    @weebiezz 4 года назад

    Quite helpful

  • @gracehu3031
    @gracehu3031 2 года назад

    THANK YOU!: D

  • @cansu5237
    @cansu5237 3 года назад

    Thank you

  • @ChiPyon
    @ChiPyon 6 лет назад +1

    Awesome thanks a lot

  • @Bob-gi2gh
    @Bob-gi2gh 3 года назад +1

    Hold up is this Casually Explained's burner account?

  • @pegahfallah3770
    @pegahfallah3770 6 лет назад +1

    bless ur soul

  • @sharifi101
    @sharifi101 6 лет назад +1

    how to solve this kind of big-oh?
    show that (x^2-1)/(x-1) is o(x)
    tnx

    • @discretemathvideos204
      @discretemathvideos204  6 лет назад

      Think about how that function you gave simplifies or use long division to simplify it.

  • @giizemtiske
    @giizemtiske 11 месяцев назад

    Why did we say x = 5?

  • @lesliechiu1437
    @lesliechiu1437 4 года назад +1

    Hi sir,Could you explain how to get x=5?

    • @discretemathvideos204
      @discretemathvideos204  4 года назад +1

      That first example is really just done by exploration to explain the concept. I happened to notice that x=5 gave us a nice value for C. But the following examples show a much simpler strategy, so don't get hung up on where the 5 came from. It was just a value I knew would work well because I created the problem.

  • @noodleboi5053
    @noodleboi5053 2 года назад

    what u got against my right ear

  • @jakobsymchych3846
    @jakobsymchych3846 2 года назад

    my left ear thanks you

  • @abdulrahmanzidane2271
    @abdulrahmanzidane2271 4 года назад +2

    You must come and give lectures instead of our prof :)

  • @shimulbhattacharjee5137
    @shimulbhattacharjee5137 5 лет назад +1

    Can I take x=3 ?

    • @discretemathvideos204
      @discretemathvideos204  4 года назад

      Sorry I hadn't seen these comments earlier! I'm not sure where you are referring to. But there is no unique k or C value, you just have to find a pair that works.

  • @kidcharlemagne9942
    @kidcharlemagne9942 6 лет назад

    THANK YOU!

  • @bubblesgrappling736
    @bubblesgrappling736 4 года назад +1

    but what is g(x) in relation to f(x)?
    I understand that f(x) i some arbitrary function, but it doesnt make sense to describe a function in relation to another function that we do not know either???

    • @discretemathvideos204
      @discretemathvideos204  4 года назад

      the idea is that you are given the function f(x) and trying to say it is on the order of g(x). g(x) becomes a simple upper bound on f(x)

  • @dragg0511
    @dragg0511 10 месяцев назад

    thx man

  • @AhmedTarek-ob1zt
    @AhmedTarek-ob1zt 4 года назад

    your sound is familiar , u sound like the guy from trevtutor

  • @marcousosewelle5501
    @marcousosewelle5501 4 года назад +2

    3x^2 + 25/x2

  • @dimakavetskyy2082
    @dimakavetskyy2082 2 года назад

    YOOOOOOOOOOOOOOOOOOOOOO

  • @sameertrimade9691
    @sameertrimade9691 6 лет назад +2

    horrible lecture

  • @Walruz1000
    @Walruz1000 4 года назад

    How do you decide that g(x) is going to be 5^2 in the example? I dont understand how you chose that value, could you explain it? I think it would help me understand this a lot better.

    • @Walruz1000
      @Walruz1000 4 года назад

      Is it because x^2 is the highest order in the function, and x = 5?

    • @masoudshairzadeh6820
      @masoudshairzadeh6820 Год назад

      I believe he picked 5 as a arbitrary number to make it easier to pick c and k