Difference between revisions of "Template:Infobox algorithm"
Jump to navigation
Jump to search
imported>Fryed-peach m |
|||
| Line 17: | Line 17: | ||
| 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 = Optimal | + | | label7 = [[Asymptotically optimal algorithm|Optimal]] |
| data7 = {{{optimal}}} | | data7 = {{{optimal}}} | ||
}}<noinclude><pre> | }}<noinclude><pre> | ||
Revision as of 23:53, 2 November 2009
| {{{image}}} | |
| Class | {{{class}}} |
|---|---|
| Data structure | {{{data}}} |
| Worst case performance | {{{time}}} |
| Worst case space complexity | {{{space}}} |
| Optimal | {{{optimal}}} |
[[Category:Infobox templates|Template:Remove first word]]
{{Infobox Algorithm
|name=
|class=
|image=
|caption=
|data=
|time=
|best-time=
|average-time=
|space=
|optimal=
|complete=
}}