Template:Infobox algorithm: Difference between revisions

Content deleted Content added
DSisyphBot (talk | contribs)
No edit summary
Line 10:
| label2 = Data structure
| data2 = {{{data}}}
| label3 = [[Best, worst and average case|Worst case performance]]
| data3 = {{{time}}}
| label4 = [[Best, worst and average case|Best case performance]]
| data4 = {{{best-time|}}}
| label5 = [[Best, worst and average case|Average case performance]]
| data5 = {{{average-time|}}}
| label6 = [[Best, worst and average case|Worst case space complexity]]
| data6 = {{{space}}}
| label7 = Optimal