Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过自动化理论的自学。我需要一些帮助来解决以下问题:
如果然后我如何证明是否成立?f(n) = O(n2)g(n) = O(n3)g(n)/f(n) = O(n)
f(n) = O(n2)
g(n) = O(n3)
g(n)/f(n) = O(n)