Difference between revisions of "Template:Infobox algorithm"
Jump to navigation
Jump to search
imported>Sligocki (Got rid of view-edit (just cluters infobox), and fixed documentation (no complete)) |
imported>Sligocki (optimal should not be required) |
||
| Line 17: | Line 17: | ||
| data6 = {{{space}}} | | data6 = {{{space}}} | ||
| label7 = [[Asymptotically optimal algorithm|Optimal]] | | label7 = [[Asymptotically optimal algorithm|Optimal]] | ||
| − | | data7 = {{{optimal}}} | + | | data7 = {{{optimal|}}} |
}}<noinclude><pre> | }}<noinclude><pre> | ||
{{Infobox Algorithm | {{Infobox Algorithm | ||
Revision as of 03:55, 17 November 2009
| {{{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=
|class=
|image=
|caption=
|data=
|time=
|best-time=
|average-time=
|space=
|optimal=
}}