Donald Knuth/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer No edit summary |
imported>Pat Palmer |
||
Line 5: | Line 5: | ||
* [[Little o notation]] - A system for expressing behavior of algorithms. | * [[Little o notation]] - A system for expressing behavior of algorithms. | ||
== | ==Organizations honoring Knuth== | ||
* [ | * [[Association for Computing Machinery]] (ACM) | ||
* [ | * [[Institute of Electrical and Electronics Engineers]] (IEEE |
Revision as of 12:49, 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.