Template:Infobox Algorithm: Difference between revisions

From Rice Wiki
No edit summary
No edit summary
Line 21: Line 21:
     "params": {
     "params": {
         "title": {
         "title": {
             "label": "Name of the algorithm appearing above the box"
             "label": "Algorithm name",
            "description": "Name of the algorithm appearing above the infobox",
            "default": "Page name"
         },
         },
         "runtime": {
         "runtime": {
             "label": "Runtime complexity of the algorithm"
             "label": "Runtime complexity"
         },
         },
         "space": {
         "space": {
             "label": "Space complexity of the algorithm"
             "label": "Space complexity"
         },
         },
         "class": {
         "class": {
             "label": "Classification of the algorithm (such as Dynamic Programming or Graph Algorithms)"
             "label": "Algorithm classification",
            "description": "Classification of the algorithm (such as Dynamic Programming or Graph Algorithms)"
         }
         }
     }
     }

Revision as of 23:26, 5 March 2024

Infobox for computer algorithms

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Algorithm nametitle

Name of the algorithm appearing above the infobox

Default
Page name
Unknownoptional
Runtime complexityruntime

no description

Unknownoptional
Space complexityspace

no description

Unknownoptional
Algorithm classificationclass

Classification of the algorithm (such as Dynamic Programming or Graph Algorithms)

Unknownoptional