Source : 計算量オーダーの求め方を総整理! 〜 どこから log が出て来るか 〜 競技プログラミング - Qiita

Time Complexity Table Cheat Sheet

  • What is the execution time limit?

  • what is the size of the problem you want to solve ?

  • Execution time limit seconds

  • The machine used for the calculations is a regular home PC.

The number of for loops that can be processed in per second is about

Number of loopsDescription of the Ant PlantNow
Be in time with plenty of time
Probably in timeBe in time with plenty of time
Unless the process is very simple, it’s tough.Probably in time
Unless the process is very simple, it’s tough.

In many practical situations, data around is often handled, and the key is whether an algorithm with can be improved to or

  • CPU theoretical value: approximately times/second (GHz level)

Note

Theoretical CPU value () ÷ Implementation cost (approx. 10x) = Practical benchmark