What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Algorithm vs Abstraction - What's the difference?

algorithm | abstraction |

As nouns the difference between algorithm and abstraction

is that algorithm is a precise step-by-step plan for a computational procedure that possibly begins with an input value and yields an output value in a finite number of steps while abstraction is the act of abstracting, separating, withdrawing, or taking away; withdrawal; the state of being taken away.

algorithm

Alternative forms

* algorism (obsolete)

Noun

(en noun)
  • A precise step-by-step plan for a computational procedure that possibly begins with an input value and yields an output value in a finite number of steps.
  • * 1990 , Cormen, Leiserson, and Rivest, Introduction to Algorithms'': page 1. Cambridge, MA, The MIT Press, 1999 (''23rd printing )
  • Informally, an algorithm''''' is any well-defined computational procedure that takes some value, or set of values, as input and produces some value, or set of values, as output. An ' algorithm is thus a sequence of computational steps that transform the input into the output.
  • * {{quote-magazine, date=2013-07-26, author=(Leo Hickman)
  • , volume=189, issue=7, page=26, magazine=(The Guardian Weekly) , title= How algorithms rule the world , passage=The use of algorithms in policing is one example of their increasing influence on our lives. And, as their ubiquity spreads, so too does the debate around whether we should allow ourselves to become so reliant on them – and who, if anyone, is policing their use.}}
  • (archaic) Calculation with Arabic numerals; algorism.
  • Hyponyms

    (hyp-top) * approximation algorithm * checksum algorithm * classification algorithm * compression algorithm * computer arithmetic algorithm * distributed algorithm * divide and conquer algorithm (hyp-mid) * genetic algorithm * greedy algorithm * parallel algorithm * randomized algorithm * randomized algorithm * semi-algorithm * sequential algorithm (hyp-bottom)

    Usage notes

    * Though some technical definitions require that an algorithm always terminate in a finite number of steps, this distinction is not generally observed in practice.

    See also

    * data structure * function * program

    abstraction

    English

    Noun

  • The act of abstracting, separating, withdrawing, or taking away; withdrawal; the state of being taken away.
  • * 1848 , , Principles of Political Economy with some of their Applications to Social Philosophy :
  • The cancelling of the debt would be no destruction of wealth, but a transfer of it: a wrongful abstraction of wealth from certain members of the community, for the profit of the government, or of the tax-payers.
  • # (euphemistic) The taking surreptitiously for one's own use part of the property of another; purloining.
  • # (engineering) Removal of water from a river, lake, or aquifer.
  • A separation from worldly objects; a recluse life, as a hermit's abstraction ; the withdrawal from one's senses.
  • The act of focusing on one characteristic of an object rather than the object as a whole group of characteristics; the act of separating said qualities from the object or ideas.
  • * W. Hamilton, in Lectures on Metaphysics and Logic (1860), Lecture XXXV, page 474:
  • Abstraction is no positive act: it is simply the negative of attention.
    Abstraction is necessary for the classification of things into genera and species.
  • The act of comparing commonality between distinct objects and organizing using those similarities; the act of generalizing characteristics; the product of said generalization.
  • An idea or notion of an abstract or theoretical nature.
  • to fight for mere abstractions .
  • Absence or absorption of mind; inattention to present objects; preoccupation.
  • (art) An abstract creation, or piece of art; qualities of artwork that are free from representational aspects.
  • (chemistry) A separation of volatile parts by the act of distillation.
  • An idea of an unrealistic or visionary nature.
  • The result of mentally abstracting an idea; the results of said process.
  • (geology) The merging of two river valleys by the larger of the two deepening and widening so much so, as to assimilate the smaller.
  • (computing) Any generalization technique that ignores or hides details to capture some kind of commonality between different instances for the purpose of controlling the intellectual complexity of engineered systems, particularly software systems.
  • (computing) Any intellectual construct produced through the technique of abstraction.
  • Antonyms

    * (the act of generalization) specialization * (mentally abstracting) concretization

    Derived terms

    * abstractional * abstractionism * abstractionist * abstractive

    References

    ----