Computational complexity: Difference between revisions

Content deleted Content added
No ch333 (talk | contribs)
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 1:
{{no footnotes|dateShordate=December 2017}}
{{Short description|Amount of resources to perform an algorithm}}
{{no footnotes|date=December 2017}}
In [[computer science]], the '''computational complexity''' or simply '''complexity''' of an [[algorithm]] is the amount of resources required to run it. Particular focus is given to [[time complexity|time]] and [[space complexity|memory]] requirements. The complexity of a [[computational problem|problem]] is the complexity of the best algorithms that allow solving the problem.