Donald Knuth/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer |
imported>Pat Palmer |
||
Line 6: | Line 6: | ||
==Sources of Knuth awards or honors== | ==Sources of Knuth awards or honors== | ||
[http://www.acm.org/ Association for Computing Machinery] (ACM) | * [http://www.acm.org/ Association for Computing Machinery] (ACM) | ||
[http://www.ieee.org/ Institute of Electronics Engineers] (IEEE | * [http://www.ieee.org/ Institute of Electronics Engineers] (IEEE |
Revision as of 12:46, 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.