Week09 notes
Complexity

n log(n) is closer to n
In real world applications, can never be a very large number.
Max memory supported by a 64 bit computer
Imagine on a 64 bit computer, the maximum supported memory size
, which is billion billion bytes
Estimated number of stars in the unverse:
~ , i.e. 10~1000 trillion billion stars
stars, or a "1" with 24 zeros
,
Estimated number of atoms in the universe
,
Web
Google's web index is estimated to contain around 400 billion documents in 2020
,
Complexities of Common Sorting Algorithms
Algorithm
Time Complexity
Worst Space Complexity
In place
Stability
Average
Best
Worst
Last updated