`
karl
  • 浏览: 2948 次
  • 来自: ...
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

chapter 1

阅读更多
什么是算法:
  Informally, an algorithm is any well-defined computational procedure that takes some value,
or set of values, as input and produces some value, or set of values, as output. An algorithm is
thus a sequence of computational steps that transform the input into the output.

We can also view an algorithm as a tool for solving a well-specified computational problem.
The statement of the problem specifies in general terms the desired input/output relationship.
The algorithm describes a specific computational procedure for achieving that input/output
relationship.

算法意义:
 Having a solid base of algorithmic knowledge and technique is one characteristic that
separates the truly skilled programmers from the novices. With modern computing
technology, you can accomplish some tasks without knowing much about algorithms, but
with a good background in algorithms, you can do much, much more.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics