Jump to content

Algorithmics

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TomT0m (talk | contribs) at 16:32, 8 July 2013 (short article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

algorithmics is the science of algorithms. It includes algorithm design, the art of building a procedure which can solve efficiently a specific problem or a class of problem, algorithmic complexity theory, the study of estimating the hardness of problems by studiyng the properties of algorithm that solves them, or algorithm analysis, the science of studying the properties of a problem, such as quantifying ressources in time and memory space needed by this algorithm to solve this problem.