Linear_time Linear_time

Linear time - Definition and Overview

Related Words: Catenary, Direct, Even, Flat, Horizontal, Level, Ordinal, Progressive, Right, Sequent, Serial, Smooth, Straight

In computational complexity, an algorithm is said to take linear time, or O(n) time, if the time it requires is proportional to the size of the input, which is usually denoted n. Put another way, the running time increases linearly with the size of the input. For example, a procedure that adds up the elements of a list requires time proportional to the length of the list.

This description is slightly inaccurate, since the running time can significantly deviate from a precise proportionality, especially for small n. Technically, it's only necessary that for large enough n, the algorithm takes more than an time and less than bn time for some positive real constants a,b. For more information, see the article on Big O notation.

Linear time is often viewed as a desirable attribute for an algorithm. Much research has been invested into creating algorithms exhibiting (nearly) linear time or better. This research includes both software and hardware methods. In the case of hardware, some algorithms which, mathematically speaking, can never achieve linear time with the standard computation model are now able to run in linear time. There are several hardware technologies which exploit parallelism to provide this. An example is associate memory.

For a given sorting algorithm, it can be proven that there exists an order of number which this sorting algorithm will execute in linear time. However, for a general case, no sorting algorithm can perform better than n*lg(n) where lg is log of base 2. See also: Polynomial time

Example Usage of Linear

ForgottenRomeo: 12 o clock start, couple of bits of filming today, including the end, thank god for non Linear-ness. Gonna get a great pic today, will post.
swingpants: Ha! Just I'm just knocking up a non-Linear system for sliders and touch-pad for debug use. Beaten to it(again): http://bit.ly/HMSmq
RPGWizard: The Linear RPG by =GirlFlash on deviantART / http://bit.ly/4GdOpv
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.