| |
| | Algorithmic efficiency (Site not responding. Last check: 2007-10-09) |
 | | In computer programming, efficiency isused to describe several desirable properties of an algorithm or other construct,besides clean design, functionality, etc. Efficiency is generally contained in two properties: speed, (the time it takes for anoperation to complete), and space, (the memory or non-volatile storage used up by the construct). |
 | | Optimization is the process of making code as efficient as possible, sometimes focusing on space at thecost of speed, or vice versa. |
 | | The first part is the space taken up by the compiledexecutable on disk (or equivalent, depending on the hardware and language) by the algorithm. |
| www.therfcc.org /algorithmic-efficiency-126005.html (322 words) |
|