2. 算法分析¶ 2. Algorithm Analysis 中文英文 2.1. 目标 2.2. 什么是算法分析? 2.3. 大O符号 2.4. 一个字谜检测例子 2.4.1. 解决方案1:字谜检测逐一检查 2.4.2. 解决方案2:排序和比较 2.4.3. 解决方案3:暴力破解 2.4.4. 解决方案4:计数和比较 2.5. Python数据结构的性能 2.6. 列表 2.7. 字典 2.8. 总结 2.9. 关键术语 2.10. 练习 2.1. Objectives 2.2. What Is Algorithm Analysis? 2.3. Big O Notation 2.4. An Anagram Detection Example 2.4.1. Solution 1: Anagram Detection Checking Off 2.4.2. Anagram Detection Solution 2: Sort and Compare 2.4.3. Anagram Detection Solution 3: Brute Force 2.4.4. Anagram Detection Solution 4: Count and Compare 2.5. Performance of Python Data Structures 2.6. Lists 2.7. Dictionaries 2.8. Summary 2.9. Key Terms 2.10. Exercises 最后更新: 2024年9月9日 创建日期: 2024年9月9日