514 views
1 votes
1 votes

Comparison of running times.A couple of running time functions like

f(n)=nlg n
f(n)=n!

and the following durations: 1second, 1minute, 1hour, 1 day, 1month, 1year, 1century

The f(n) functions describe the time taken in microseconds and determine the largest n which still runs in the given time.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Aarvi Chawla asked Jun 11, 2018
255 views
Indicate for pair of expressions (A,B) whether A is O, o, Ω, ω or of B?A = lg(n!)B = lg(n^n)
0 votes
0 votes
1 answer
2
0 votes
0 votes
0 answers
4
Swapnil Naik asked Jul 23, 2018
663 views
I didn't understand Big-O notation: This is CORMEN exercise problem - 3.1-2Solution link: https://www.csee.umbc.edu/~nam1/TA/HWSols/hw1sol.pdf