A.O(n) B.O(√n) C.O(nlog2n) D.O(n2)
A.O(n) B.O(nlog2n) C.O(n2) D.O(√n)
以下算法的時(shí)間復(fù)雜度為()
A.O(n) B.O(√n) C.O(nlog2n) D.O(log2n)