Difference between revisions of "Template:Infobox algorithm"
Jump to navigation
Jump to search
imported>RobinK (Removed parameter "optimal" per discussion on Talk.) |
imported>Fuhghettaboutit m (moved Template:Infobox Algorithm to Template:Infobox algorithm: capitalization) |
(No difference)
| |
Revision as of 09:30, 28 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=
}}