banner
阿拉凡

阿拉凡

你又来看望阿拉凡了啊~
telegram
youtube
github
steam

1/n complexity

TL;DR

The complexity of an algorithm should be considered from two aspects:

  1. Time complexity
  2. Space complexity

Time and space are two directions of thinking, which is qualitative. However, if we consider the quantitative aspect, there are three directions to consider:

  1. oo / OO : < / <=
  2. ω\omega / Ω\Omega : > / >=
  3. Θ\Theta : =

Later, we will introduce time complexity and space complexity separately. In the next section, we will first introduce time complexity.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.