Jump to content

Algorithmic paradigm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lembit Staan (talk | contribs) at 20:12, 24 August 2016 (top). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An algorithmic paradigm or algorithmic design paradigm is a generic method or approach which underlies the design of a class of algorithms. [1] Typical examples of algorithmic paradigms include the greedy algorithm in optimization problems and plane sweep in computational geometry.

References