Template:Infobox algorithm
Revision as of 03:58, 17 November 2009 by imported>Sligocki (Documentation and layout of page)
| {{{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 -->
}}