Template:Infobox Algorithm: Difference between revisions

From Rice Wiki
No edit summary
No edit summary
Line 15: Line 15:
   </data>
   </data>
</infobox>
</infobox>
<templatedata>
{
    "description": "Infobox for computer algorithms",
    "params": {
        "title": {
            "label": "Algorithm name",
            "description": "Name of the algorithm appearing above the infobox",
            "default": "Page name"
        },
        "runtime": {
            "label": "Runtime complexity"
        },
        "space": {
            "label": "Space complexity"
        },
        "class": {
            "label": "Algorithm classification",
            "description": "Classification of the algorithm (such as Dynamic Programming or Graph Algorithms)"
        }
    }
}
</templatedata>
[[Category:Algorithms]]

Revision as of 23:33, 5 March 2024