当前位置:网站首页>Common time complexity
Common time complexity
2022-07-05 18:32:00 【mxrone】
Common time complexity | ||
4563636 | o(1) | Constant order |
2n+1 | o(n) | Linear order |
3n^2+8n+9 | o(n^2) | Square order |
3log(2)n+4 | o(logn) | Logarithmic order |
2n+3nlog(2)n+12 | o(nlogn) | nlogn rank |
n^3+2n^2+5n+8 | o(n^3) | Cubic order |
2^n | o(2^n) | Exponential order |
The common time complexity is sorted from small to large :
o(1)< o(logn)< o(n)<o(nlogn)<o(n^2)<o(n^3)< o(2^n)< o(n!)< o(n^n)
边栏推荐
- New words new words new words new words [2]
- SAP 特征 特性 说明
- Introduction to the development function of Hanlin Youshang system of Hansheng Youpin app
- 记录Pytorch中的eval()和no_grad()
- 彻底理解为什么网络 I/O 会被阻塞?
- How to improve the thermal management in PCB design with the effective placement of thermal through holes?
- Privacy computing helps secure data circulation and sharing
- node_ Exporter memory usage is not displayed
- Reading notes of Clickhouse principle analysis and Application Practice (5)
- 瀚升优品app翰林优商系统开发功能介绍
猜你喜欢

LeetCode 6111. 螺旋矩阵 IV

瀚升优品app翰林优商系统开发功能介绍

The 10th global Cloud Computing Conference | Huayun data won the "special contribution award for the 10th anniversary of 2013-2022"

FCN: Fully Convolutional Networks for Semantic Segmentation

vs2017 qt的各种坑

Use JMeter to record scripts and debug

案例分享|金融业数据运营运维一体化建设

Insufficient picture data? I made a free image enhancement software

The main thread anr exception is caused by too many binder development threads

Record eval() and no in pytoch_ grad()
随机推荐
JDBC reads a large amount of data, resulting in memory overflow
English sentence pattern reference
Logical words in Articles
彻底理解为什么网络 I/O 会被阻塞?
About Estimation with Cross-Validation
jdbc读大量数据导致内存溢出
项目中遇到的问题 u-parse 组件渲染问题
生词生词生词生词[2]
The easycvr platform reports an error "ID cannot be empty" through the interface editing channel. What is the reason?
Problems encountered in the project u-parse component rendering problems
buuctf-pwn write-ups (9)
如何写出好代码 - 防御式编程
The origin of PTS, DTS and duration of audio and video packages
New words new words new words new words [2]
Sibling components carry out value transfer (there is a sequence displayed)
《力扣刷题计划》复制带随机指针的链表
Einstein sum einsum
Exemple Quelle est la relation entre le taux d'échantillonnage, l'échantillon et la durée?
Is it complicated to open an account? Is online account opening safe?
LeetCode 6109. 知道秘密的人数