Template:Infobox algorithm: Difference between revisions

Content deleted Content added
YFdyh-bot (talk | contribs)
m typo
 
(29 intermediate revisions by 22 users not shown)
Line 1:
{{Infobox
| headerstyle = background:#ffc0c0
| title = {{{name|{{PAGENAMEPAGENAMEBASE}}}}}
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image size|{{{image_size|{{{imagesize|}}}}}}}}}|alt={{{alt|}}}}}
| image = {{{image}}}
| caption = {{{caption|}}}
| label1 = Class
| data1 = {{{class|}}}
| label2 = Data structure
| data2 = {{{data|}}}
| label3 = [[Best, worst and average case|Worst -case]] [[Time complexity|performance]]
| data3 = = {{{time|}}}
| label4 = [[Best, worst and average case|Best -case]] [[Time complexity|performance]]
| data4 = {{{best-time|}}}
| label5 = [[Best, worst and average case|Average]] case[[Time complexity|performance]]
| data5 = {{{average-time|}}}
| label6 = [[Best, worst and average case|Worst -case]] [[space complexity]]
| data6 = {{{space|}}}
| label7 = Optimal
}}<noinclude>{{-}}<pre>
| imagedata7 = {{{imageoptimal|}}}
{{Infobox algorithm
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|}}|preview=Page using [[Template:Infobox algorithm]] with unknown parameter "_VALUE_"|ignoreblank=y | name | image | image size | image_size | imagesize | alt | class | image | caption | data | time | best-time | average-time | space | optimal}}<noinclude>
|name= <!-- Defaults to article name -->
{{documentation}}<!--Please add this template's categories to the /doc subpage, not here - thanks!-->
|class= <!-- Name of problem it solves -->
|image=
|caption=
|data=
|time= <!-- Worst time big-O notation -->
|best-time=
|average-time=
|space=
}}
</pre>
[[Category:Software infobox templates|Algorithm]]
[[ar:قالب:صندوق معلومات خوارزمية]]
[[es:Plantilla:Ficha de algoritmo]]
[[fa:الگو:Infobox Algorithm]]
[[it:Template:Infobox Algoritmo]]
[[ja:Template:Infobox algorithm]]
[[pl:Szablon:Algorytm infobox]]
[[pt:Predefinição:Info/Algoritmo]]
[[uk:Шаблон:Картка алгоритм]]
[[zh:Template:算法信息箱]]
</noinclude>