资源简介
1.1 Algorithms
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.
For example, we might need to sort a sequence of numbers into nondecreasing
order. This problem arises frequently in practice and provides fertile ground for
introducing many standard design techniques and analysis tools. Here is how we
formally define the sorting problem:
Input: A sequence of n numbers ha1; a2; : : : ;ani.
Output: A permutation (reordering) ha0
1; a0
2; : : : ; a0
ni of the input sequence such
that a0
1 a0
2 a0
n.
For example, given the input sequence h31; 41; 59; 26; 41; 58i, a sorting algorithm
returns as output the sequence h26; 31; 41; 41; 58; 59i. Such an input sequence is
called an instance of the sorting problem. In general, an instance of a problem
consists of the input (satisfying whatever constraints are imposed in the problem
statement) needed to compute a solution to the problem.
代码片段和文件信息
- 上一篇:西门子PLM系统介绍
- 下一篇:宏宇word修复向导V2.000.9 破解版
相关资源
- 《数字信号处理第三版》课后习题答
- 硕士计算机英文文献翻译(中英对比
- 20篇关于计算机的毕业设计外文翻译
- web js虚拟键盘(中英文切换)
- 点阵字库显示中英文
- 大数据中的云网络Cloud Networking for B
- Scrach 英文打字练习.sb2
- kindle epub 电子书大全
- EPUB格式转换为MOBI亲测可用
- Kindle 精美屏保
- IBM System x3800英文
- SFP光模块收发模块标准英文版.pdf
- 对FC-BB-5的FCoE建议(英文)
- SAEJ1939 全部资料打包中英文
- 信号与系统PPT 英文版 奥本海姆
- 英文原版-Certified Ethical Hacker CEH Foun
- IBM System x3400英文
- IBM System Storage TS3500磁带库产品手册英
- EDIUS 8.5.3 英文破解版
- SCCB总线协议规范文档英文版
- http协议rfc2616中英文双版
- SAML2.0的纯英文文档
- 网新中英文企业手机电脑一体化建站
- 网新中英文企业手机电脑一体化建站
- Nortel Integrated DECT Handset 4025产品手册(
- ARM嵌入式系统开发:软件设计与优化
- ISO15031英文版+SAE_J2012英文版.zip
- ISO 15693 英文版
- 算法导论introduction to algorithms 课后习
- IT十年经典书系列英文版-Design_Patter
评论
共有 条评论