Difference between revisions of "Template:Infobox algorithm"

From blackwiki
Jump to navigation Jump to search
imported>Sligocki
(Documentation and layout of page)
imported>RobinK
(Removed parameter "optimal" per discussion on Talk.)
Line 16: Line 16:
 
| label6        = [[Best, worst and average case|Worst case space complexity]]
 
| label6        = [[Best, worst and average case|Worst case space complexity]]
 
| data6        = {{{space}}}
 
| data6        = {{{space}}}
| label7        = [[Asymptotically optimal algorithm|Optimal]]
 
| data7        = {{{optimal|}}}
 
 
}}<noinclude>{{-}}<pre>
 
}}<noinclude>{{-}}<pre>
 
{{Infobox Algorithm
 
{{Infobox Algorithm
Line 29: Line 27:
 
|average-time=
 
|average-time=
 
|space=
 
|space=
|optimal= <!-- is it asymptotically optimal: Yes or No -->
 
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 00:40, 18 November 2009

Infobox algorithm
{{{image}}}
Class{{{class}}}
Data structure{{{data}}}
Worst case performance{{{time}}}
Worst case space complexity{{{space}}}

[[Category:Infobox templates|Template:Remove first word]]

{{Infobox Algorithm
|name= <!-- Defaults to article name -->
|class= <!-- Name of problem it solves -->
|image=
|caption=
|data=
|time= <!-- Worst time big-O notation -->
|best-time=
|average-time=
|space=
}}

it:Template:Infobox Algoritmo uk:Шаблон:Картка алгоритм