Difference between revisions of "Template:Infobox algorithm"
Jump to navigation
Jump to search
imported>Sligocki (Documentation and layout of page) |
imported>RobinK (Removed parameter "optimal" per discussion on Talk.) |
||
| Line 16: | Line 16: | ||
| label6 = [[Best, worst and average case|Worst case space complexity]] | | label6 = [[Best, worst and average case|Worst case space complexity]] | ||
| data6 = {{{space}}} | | data6 = {{{space}}} | ||
| − | |||
| − | |||
}}<noinclude>{{-}}<pre> | }}<noinclude>{{-}}<pre> | ||
{{Infobox Algorithm | {{Infobox Algorithm | ||
| Line 29: | Line 27: | ||
|average-time= | |average-time= | ||
|space= | |space= | ||
| − | |||
}} | }} | ||
</pre> | </pre> | ||
Revision as of 00:40, 18 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=
}}