算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

本质上能进行性能优化

算法在我们在生活中无处不在

学好算法,才能创造出更有意义的东西

学习要求语言采用C++

算法其实无语言无关的

算法本身是种思想

了解数组链表堆栈等线性结构

对基本算法知识有常识性了解如递归遍历算法复杂度等

算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

算法思想实现并不重要

算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

白板编程

算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important. Bad programmers worry about the code. Good programmers worry about data structures and their relationships.

算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

算法与数据结构 第1章 当我们谈论算法的时候,我们在谈论什么?

Computer propramming is an art, because it applies accumulated knowledge to the world, because it requires skill and ingenuity, and especially beacuse it produces objects of beauty. A programmer who subconsciously views himself as an artist will enjoy what he does and will do it better.

 

相关文章:

  • 2021-08-10
  • 2021-07-23
  • 2021-05-25
  • 2021-12-21
  • 2021-10-20
  • 2021-07-16
  • 2021-11-10
猜你喜欢
  • 2022-02-06
  • 2022-01-15
  • 2021-06-11
  • 2021-08-20
  • 2022-01-10
相关资源
相似解决方案