You can edit almost every page by Creating an account and confirming your email.

Template:Infobox algorithm

From EverybodyWiki Bios & Wiki
Infobox algorithm
Class{{{class}}}
Data structure{{{data}}}
Worst-case performance{{{time}}}
Worst-case space complexity{{{space}}}
Template documentation

Usage

{{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          =
}}