Donald Knuth/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer |
imported>Pat Palmer No edit summary |
||
Line 7: | Line 7: | ||
==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 Electrical and Electronics Engineers] (IEEE |
Revision as of 12:47, 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.