Electronic Circuits - Electronic Tutorials - Electronic Hobby Projects - A Complete Electronic Resource Centre

Online Computer Dictionary

Sitemap

Circuits ( A-C )

Circuits ( D-O )

Circuits ( P-Z )

Tutorials

Beginners

Advanced

Products


Google
 
Web Hobbyprojects.com

<< Back to Computer dictionary homepage

time complexity

<complexity> The way in which the number of steps required by an algorithm varies with the size of the problem it is solving. Time complexity is normally expressed as an order of magnitude, e.g. O(N^2) means that if the size of the problem (N) doubles then the algorithm will take four times as many steps to complete.

See also computational complexity, space complexity.

(1996-05-08)

 


Nearby terms: TILE Forth « Tim Berners-Lee « time bomb « time complexity » Time Complex Simulator » time division multiple access » time division multiplexing

Click here for >>>> Other online dictionary

<<<<  Back to Electronic Tutorials