Skip to content

Files

Latest commit

d0f3781 · Apr 6, 2024

History

History

lecture3-algorithms

Big O Notion

  • OrderのOからきている。
  • あるアルゴリズムの最悪計算量を表す
  • 反対にBig Ωは最良の計算量を表す

線形探索

9こ 5 3 2 1 log2(9) = n