Template:Infobox algorithm: Difference between revisions

Content deleted Content added
Edit templatedata
Edit templatedata
Line 35:
<templatedata>
{
"description": "Infobox fordescribing an algorithm",
"params": {
"name": {
Line 65:
"data": {
"label": "Data structure",
"description": "Data structure itoperated operates onupon",
"type": "content",
"example": "Array",
"required": true,
"suggested": true
},
"time": {
Line 74 ⟶ 76:
"type": "content",
"required": true,
"suggested": true,
"example": "O(n)"
},
"best-time": {
Line 89 ⟶ 92:
"description": "If not specified, this should be auxiliary space complexity and not include the space needed for the input",
"type": "content",
"suggested": true,
"example": "O(1)"
},
"alt": {
Line 110 ⟶ 114:
"image",
"size",
"alt",
"caption",
"data",
Line 115 ⟶ 120:
"best-time",
"average-time",
"space",
"alt"
]
}