Donald Knuth/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer |
imported>Pat Palmer |
||
Line 4: | Line 4: | ||
* [[Big O notation]] - A system for expressing behavior of algorithms. | * [[Big O notation]] - A system for expressing behavior of algorithms. | ||
* [[Little o notation]] - A system for expressing behavior of algorithms. | * [[Little o notation]] - A system for expressing behavior of algorithms. | ||
==Organizations that have recognized Knuth's accomplishments== | |||
[http://www.acm.org/ Association for Computing Machinery] (ACM) |
Revision as of 12:44, 26 September 2007
About algorithms
- Algorithms - Ways of solving problems with computer programs.
- Complexity of algorithms - Formal analysis for how long they take to execute, at worst.
- Big O notation - A system for expressing behavior of algorithms.
- Little o notation - A system for expressing behavior of algorithms.