-
Notifications
You must be signed in to change notification settings - Fork 0
OH Questions
Liming edited this page Jan 24, 2025
·
6 revisions
CS590 2025/01/23
-
-
In question: we need to prove n is o(n logn). Can we use limites comparison to answer this question?
-
Group together (for example, by underlining) those functions that are big-Theta of one another.(asymptotically equal) Expectation of the grouping? Should we group them by their asymptotic growth rate, i.e. O(n), O(logn), O(nlogn), etc.
Frontend