Шаблон:Infobox Algorithm-lat — разлика између измена

Садржај обрисан Садржај додат
Нова страница: {{Infobox algorithm |name= <!-- Defaults to article name --> |class= <!-- Name of problem it solves --> |image= |caption= |data= |time= <!-- Worst time big-O notation -…
 
Нема описа измене
Ред 1:
{{Infobox
| headerstyle = background:#ffc0c0
| title = {{{name|{{PAGENAME}}}}}
| image = {{{image}}}
| caption = {{{caption|}}}
| label1 = Class
| data1 = {{{class}}}
| label2 = Data structure
| data2 = {{{data}}}
| label3 = [[Best, worst and average case|Worst case performance]]
| data3 = {{{time}}}
| label4 = [[Best, worst and average case|Best case performance]]
| data4 = {{{best-time|}}}
| label5 = [[Best, worst and average case|Average case performance]]
| data5 = {{{average-time|}}}
| label6 = [[Best, worst and average case|Worst case space complexity]]
| data6 = {{{space}}}
}}<noinclude>{{-}}<pre>
{{Infobox algorithm
|name= <!-- Defaults to article name -->
Линија 10 ⟶ 28:
|space=
}}
</pre>
[[Category:Software infobox templates|Algorithm]]
</noinclude>