跳转至

目标

  • 理解为何算法分析如此重要。
  • 能够使用大O来描述执行时间。
  • 了解Python列表和词典上常见操作的大量O执行时间。
  • 了解 Python 关于数据的实现如何影响算法分析。
  • 了解如何对简单的 Python 程序进行基准测试。

Objectives

  • To understand why algorithm analysis is important.
  • To be able to use Big O to describe execution time.
  • To understand the Big O execution time of common operations on Python lists and dictionaries.
  • To understand how the implementation of Python data impacts algorithm analysis.
  • To understand how to benchmark simple Python programs.

最后更新: 2023年10月18日
创建日期: 2023年10月10日