Data structure _ _ online school first chapter (on)

Calculation model

classification the difference
Turing machine model Like the same access list
RAM model Like an array access

mark

Mathematics limits of representation

significance mark
Upper Bound O(f(n))
Lower bound O (f (n)
Infimum Th (f (n)

Complexity common conclusion

n^c

任意c>0,log(n)=O(n^c)

2^n

Gordian

任意c>1,n^c=O(2^n)
Published 19 original articles · won praise 0 · Views 1248

Guess you like

Origin blog.csdn.net/qq_35459198/article/details/105371247