Computer science should be called computing science, for the same reason why surgery is not called knife science. - E.Dijkstra
1.绪论

  • 好算法:
     - 正确
     - 健壮:能够辨别不合法的输入并做适当处理,而不致非正常退出
     - 可读:结构化 + 准确命名 + 注释 + …
     - 效率:速度尽可能的快,存储空间尽可能的少
    算法 != 程序
    Algorithms + Data Structures = Programs
    (Algorithms + Data Structures) * Efficiency = Computation

渐进分析、复杂度层级

1.绪论
1.绪论

1.绪论

a.级数

1.绪论
1.绪论
1.绪论
1.绪论
1.绪论
1.绪论
1.绪论
1.绪论

b.正确性

1.绪论

c.封底估算

1.绪论
1.绪论

迭代与递归,减而治之

1.绪论
1.绪论
1.绪论
1.绪论

相关文章:

  • 2021-04-01
  • 2021-08-31
  • 2021-04-03
  • 2021-12-05
  • 2021-04-10
  • 2021-11-01
  • 2022-02-23
  • 2021-12-11
猜你喜欢
  • 2022-03-01
  • 2022-01-18
  • 2021-10-09
  • 2021-09-26
  • 2021-06-28
  • 2022-01-11
  • 2021-12-29
相关资源
相似解决方案