Donald Knuth/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer |
imported>Pat Palmer |
||
Line 1: | Line 1: | ||
==About algorithms== | ==About algorithms== | ||
* [[Algorithms]] | * [[Algorithm|Algorithms]] - Ways of solving problems with computer programs. | ||
* [[Complexity of algorithms]] | * [[Complexity of algorithms]] - Formal analysis for how long they take to execute, at worst. | ||
* [[Big O notation]] | * [[Big O notation]] - A system for expressing behavior of algorithms. | ||
* [[Little o notation]] | * [[Little o notation]] - A system for expressing behavior of algorithms. |
Revision as of 12:33, 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.