Difference between revisions of "Template:Infobox algorithm"
Jump to navigation
Jump to search
imported>Sligocki (optimal should not be required) |
imported>Sligocki (Documentation and layout of page) |
||
| Line 18: | Line 18: | ||
| label7 = [[Asymptotically optimal algorithm|Optimal]] | | label7 = [[Asymptotically optimal algorithm|Optimal]] | ||
| data7 = {{{optimal|}}} | | data7 = {{{optimal|}}} | ||
| − | }}<noinclude><pre> | + | }}<noinclude>{{-}}<pre> |
{{Infobox Algorithm | {{Infobox Algorithm | ||
| − | |name= | + | |name= <!-- Defaults to article name --> |
| − | |class= | + | |class= <!-- Name of problem it solves --> |
|image= | |image= | ||
|caption= | |caption= | ||
|data= | |data= | ||
| − | |time= | + | |time= <!-- Worst time big-O notation --> |
|best-time= | |best-time= | ||
|average-time= | |average-time= | ||
|space= | |space= | ||
| − | |optimal= | + | |optimal= <!-- is it asymptotically optimal: Yes or No --> |
}} | }} | ||
</pre> | </pre> | ||
Revision as of 03:58, 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= <!-- Defaults to article name -->
|class= <!-- Name of problem it solves -->
|image=
|caption=
|data=
|time= <!-- Worst time big-O notation -->
|best-time=
|average-time=
|space=
|optimal= <!-- is it asymptotically optimal: Yes or No -->
}}