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.
0.0001 * 2 ^ n + 10 * n ^ 2 + 10000 * log(n)+ 10000000
最高の指数パワーを見ますか?
これの大きなOはO(n ^ 2)ですか?私は正しいですか?
いいえ、2^nその小さな係数にもかかわらず、他のすべてを支配します。
2^n