previous up next
Go backward to Asymptotic Classes
Go up to Top
Go forward to Summary
RISC-Linz logo

Comparison of Algorithms

Largest problem that can be solved in fixed time.

Execution Steps 1 second 1 minute 1 hour
log2(n) 2106 26*107 236*108
n 106 6*107 3.6*109
nlog2(n) 62746 2.8*106 1.3*108
n2 1000 7746 60000
2n 23 26 32
n! 9 11 12

Problems that can be solved only by exponential time algorithms are intractable.


Author: Wolfgang Schreiner
Last Modification: December 14, 1999

previous up next