Exercise: Big O Calculation 2

It's time to try calculating the Big O based on what you have learned up until this point. Don't worry though, we will go over the solution in the next video :)

Exercise can be found here

If you have any questions, reach out in our private Discord chat community in the #helpme channel (Link can be found in Lecture 3)!

By the way, you may notice that there are different "types" of O's in the Big O Cheatsheet. You can think of them all as the same thing as we are almost always interested in the worst case (Big O), but for those that are curious, have a read at this: https://www.quora.com/What-is-the-difference-between-big-oh-big-omega-and-big-theta-notations