Review of time limit:
(Big-O):
- we can use big-O to describe functions’ upper bound by some common function where as larger input there exists such times the function upper the current function
- aka
(Big-Omega):
- we can use big-Omega to describe functions’ lower bound by some common function where as larger input there exists such times the function lower the current function
(Big-Theta):
- There exist another function bounded function in some area as larger input
(Little-o):
(Little-omega):
in time limit analysis is always stand for and we always use to present the golden ratio
for