Intro to Algorithms
ω notation is a mathematical notation used in computer science to describe the lower bound of an algorithm's runtime. Specifically, it provides a way to express the minimum time complexity of an algorithm in the best-case scenario. This means that ω notation helps us understand the performance of algorithms by identifying the least amount of time they will take to complete as the size of the input grows.
congrats on reading the definition of ω notation. now let's actually learn it.