Loading... 在网上看到的一张对应图,特此记录一下 | 时间复杂度 | 问题规模 | | :----------: | :------: | | $O(N!)$ | $<=11$ | | $O(2^N)$ | $<=25$ | | $O(N^2)$ | $<=5000$ | | $O(Nlog_2N)$ | $<=10^6$ | | $O(N)$ | $<=10^7$ | | $O(log_2N)$ | $>10^8$ | 备注: $O(N!) > O(2^N) > O(N^2) > O(Nlog_2N) > O(N) > O(log_2N)$ Last modification:July 3, 2025 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 如果觉得我的文章对你有用,请随意赞赏
One comment
洛谷排名43.16k犇犇前来报到