Donald Knuth/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer |
imported>Alexander Wiebel ({{subpages}}) |
||
Line 1: | Line 1: | ||
{{subpages}} | |||
==About algorithms== | ==About algorithms== | ||
* [[Algorithm|Algorithms]] - Ways of solving problems with computer programs. | * [[Algorithm|Algorithms]] - Ways of solving problems with computer programs. | ||
Line 7: | Line 8: | ||
==Organizations honoring Knuth== | ==Organizations honoring Knuth== | ||
* [[Association for Computing Machinery]] (ACM) | * [[Association for Computing Machinery]] (ACM) | ||
* [[Institute of Electrical and Electronics Engineers]] (IEEE | * [[Institute of Electrical and Electronics Engineers]] (IEEE) |
Revision as of 02:16, 9 June 2008
- See also changes related to Donald Knuth, or pages that link to Donald Knuth or to this page or whose text contains "Donald Knuth".
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.