Jump to content

Computational complexity theory: Difference between revisions

From Simple English Wikipedia, the free encyclopedia
Content deleted Content added
Another stub.
 
No edit summary
Line 1: Line 1:
'''Computational complexity theory''' is a part of [[computer science]]. It looks at [[algorithm]]s, and tries to say how many steps or how much memory a certain algorithm takes for a computer to do. Very often, alorithms that use fewer steps use more memory (or the other way round: if you have less memory available, it takes more steps to do). Unfortunately many interesting algorithms take a number of steps that is dependent on the size of the problem.
'''Computational complexity theory''' is a part of [[computer science]]. It looks at [[algorithm]]s, and tries to say how many steps or how much memory a certain algorithm takes for a computer to do. Very often, that use fewer steps use more memory (or the other way round: if you have less memory available, it takes more steps to do). Unfortunately many interesting algorithms take a number of steps that is dependent on the size of the problem.
{{Stub}}
{{Stub}}
[[Category:Computer science]]
[[Category:Computer science]]

Revision as of 20:25, 6 November 2006

Computational complexity theory is a part of computer science. It looks at algorithms, and tries to say how many steps or how much memory a certain algorithm takes for a computer to do. Very often, algorithm that use fewer steps use more memory (or the other way round: if you have less memory available, it takes more steps to do). Unfortunately many interesting algorithms take a number of steps that is dependent on the size of the problem.