Computer Science Asked by Lukasz Dynowski on October 21, 2021
Knowing that O(n^2) > O(nlogn) > O(n) > O(sqrt(n)) > O(logn) > O(1)
and having below python code:
import math
def f1(n=9):
return math.sqrt(n)
def f2(n=10):
return [math.sqrt(i) for i in range(n)]
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP