|
|
|
|
|
by ocean_moist
400 days ago
|
|
I actually passed my discrete math class and final a few days ago and got the big O vs Theta vs Omega question right. The reality is that companies often underperform their best case possible growth rate. O(n) and O(n^2) are meant to represent the best possible growth rate which may be practically be underperformed. You may be thinking about algorithmic analysis where the term "worst case" is used for the upper bound, but here, the upper bound represents the best case. Sort of counter-intuitive but the underlying mathematical notation is properly defined. |
|