Big O Notation 有幾個常見的值,越上面的值表示效率越好,反之則越差
附上不同value of Big O 於 desmos 的做圖
可看出當 input size 增長,不同 big O 的 function complexity 的趨勢如何增長
下圖說明了不同Big O的複雜性與優劣
圖片來源
Beginners Guide to Big O Notation
https://www.freecodecamp.org/news/my-first-foray-into-technology-c5b6e83fe8f1/
Common Big-O Notations
https://www.geeksforgeeks.org/analysis-algorithms-big-o-analysis/#common-bigo-notations
Big O Cheat Sheet – Time Complexity Chart
https://www.freecodecamp.org/news/big-o-cheat-sheet-time-complexity-chart/