Jump to content

Algorithmic complexity

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2a02:1812:110c:dc00:4993:8f90:ad74:25e2 (talk) at 10:47, 14 June 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Algorithmic complexity may refer to:

  • In algorithmic information theory, the complexity of a particular string in terms of all algorithms that generate it.
  • In computational complexity theory, although it would be a non-formal usage of the term, the time/space complexity of a particular problem in terms of all algorithms that solve it with computational resources (i.e., time or space) bounded by a function of the input's size.
    • Or it may refer to the time/space complexity of a particular algorithm with respect to solving a particular problem (as above), which is a notion commonly found in analysis of algorithms.