動機 一直很疑惑input與bigO之間的n大概是多少,所以把參考的表格存一份在這裡 上結論 Length of Input (N) Worst Accepted Algorithm
Home » PostsbigO對應到的input大小January 31, 2021 · 1 min · zhengcfTable of Contents動機上結論Ref動機#一直很疑惑input與bigO之間的n大概是多少,所以把參考的表格存一份在這裡上結論#Length of Input (N)Worst Accepted Algorithm≤[10..11]O(N!),O(N6)≤[15..18]O(2N∗N2)≤[18..22]O(2N∗N)≤100O(N4)≤400O(N3)≤2KO(N2∗logN)≤10KO(N2)≤1MO(N∗logN)≤100MO(N),O(logN),O(1)Ref#Time and Space Complexity