Implementation level

Difference between revisions of "Algowiki:Levels of classification"

From Algowiki
Jump to navigation Jump to search
[checked revision][unchecked revision]
(Elaborate on the meaning of classification levels.)
Line 19: Line 19:
  
 
Articles in this classification level are marked with the {{tl|level-a}} template, which adds them to the category [[:Category:Algorithm level|Algorithm level]]. Articles in which the template {{tl|algorithm}} is present are marked automatically.
 
Articles in this classification level are marked with the {{tl|level-a}} template, which adds them to the category [[:Category:Algorithm level|Algorithm level]]. Articles in which the template {{tl|algorithm}} is present are marked automatically.
 +
 +
== Implementation level ==
 +
 +
[[File:I-butter-square-64x64.png|32px]]
 +
An article belongs to this level if it describes the software implementation of some algorithm. An implementation always refers to one particular algorithm.
 +
 +
Articles at this classification level are tagged with the {{level-i}} template, which adds them to the Implementation Level category.
  
 
== Level of classification next to the internal link ==
 
== Level of classification next to the internal link ==

Revision as of 15:46, 1 July 2022

1 Problem level

P-orange-square-64x64.png The article belongs to this level if it describes a problem which, perhaps, can be solved by means of different mathematical methods.

Articles in this classification level are marked with the {{level-p}} template, which adds them to the category Problem level.

2 Method level

M-butter-square-64x64.png The article belongs to this level if it describes a mathematical method for solving a problem. For this method the existence of different algorithms that implement it is quite possible.

Articles in this classification level are marked with the {{level-m}} template, which adds them to the category Method level.

3 Algorithm level

A-chameleon-square-64x64.png The article belongs to this level if it describes a specific algorithm that implements the solution of a certain problem by some method.

Articles in this classification level are marked with the {{level-a}} template, which adds them to the category Algorithm level. Articles in which the template {{algorithm}} is present are marked automatically.

4 Implementation level

I-butter-square-64x64.png An article belongs to this level if it describes the software implementation of some algorithm. An implementation always refers to one particular algorithm.

Articles at this classification level are tagged with the

template, which adds them to the Implementation Level category.

5 Level of classification next to the internal link

In order to display the level of classification next to the internal link to the article the {{level}} template is used. One of the templates {{level-p}}, {{level-m}}, {{level-a}} needs to be present in the article itself at the same time. For example:

{{level|Cholesky decomposition}}

Algorithm level Cholesky decomposition