Landing : Athabascau University

Discussion Question, problem 1-1

  • Public
By Ziyu Li September 5, 2022 - 6:01pm

Since unit for f(n) is microseconds, i will first transfer 1 second/minutes/hour/day/month/year/centry to microseconds.

For example 1 second is 1*10^6 microseconds.

lgn: lgn=1*10^6, n=2^(10^6). 

n: n=10^6

Also 1 minutes=6*10^7 microseconds.

lgn: lgn = 6*10^7, n=2^(6*(10^7))

n: n=6*10^7

All others are in almost the same way.