Difference between revisions of "Template:Infobox algorithm"
Jump to navigation
Jump to search
imported>Sligocki (Got rid of view-edit (just cluters infobox), and fixed documentation (no complete)) |
|||
| Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| headerstyle = background:#ffc0c0 | | headerstyle = background:#ffc0c0 | ||
| − | |||
| title = {{{name|{{PAGENAME}}}}} | | title = {{{name|{{PAGENAME}}}}} | ||
| image = {{{image}}} | | image = {{{image}}} | ||
| Line 31: | Line 30: | ||
|space= | |space= | ||
|optimal= | |optimal= | ||
| − | |||
}} | }} | ||
</pre> | </pre> | ||
Revision as of 03:41, 17 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=
}}