Template:Infobox data structure/doc: Difference between revisions
From The Goon Show Depository
en>Shkuru Afshar No edit summary |
m (1 revision imported) |
(No difference)
|
Latest revision as of 12:16, 20 July 2022
This is a documentation subpage for Template:Infobox data structure It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
{{{name}}} | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[[File:{{{image}}}|frameless|alt={{{alt}}}]] | |||||||||||||||||||||||||||||||||||||||||
Type | {{{type}}} | ||||||||||||||||||||||||||||||||||||||||
Invented | {{{invented_year}}} | ||||||||||||||||||||||||||||||||||||||||
Invented by | {{{invented_by}}} | ||||||||||||||||||||||||||||||||||||||||
Time complexity in big O notation | |||||||||||||||||||||||||||||||||||||||||
|
Usage
{{Infobox data structure | name = | image = | alt = | caption = | type = | invented_by = | invented_year = | space_avg = | space_worst = | search_avg = | search_worst = | insert_avg = | insert_worst = | delete_avg = | delete_worst = | peek_avg = | peek_worst = | find_min_avg = | find_min_worst = | delete_min_avg = | delete_min_worst = | decrease_key_avg = | decrease_key_worst = | merge_avg = | merge_worst = }}
Infobox for data structures
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Line | optional |
image | image | no description | File | optional |
image size | image size imagesize | no description | Number | optional |
alt | alt | no description | Unknown | optional |
caption | caption | no description | String | optional |
type | type | no description | Unknown | optional |
invented_year | invented_year | no description | Number | optional |
invented_by | invented_by | no description | Line | optional |
space_avg | space_avg | no description | Unknown | optional |
space_worst | space_worst | no description | Unknown | optional |
search_avg | search_avg | no description | Unknown | optional |
search_worst | search_worst | no description | Unknown | optional |
insert_avg | insert_avg | no description | Unknown | optional |
insert_worst | insert_worst | no description | Unknown | optional |
delete_avg | delete_avg | no description | Unknown | optional |
delete_worst | delete_worst | no description | Unknown | optional |
peek_avg | peek_avg | no description | Unknown | optional |
peek_worst | peek_worst | no description | Unknown | optional |
find_min_avg | find_min_avg | no description | Unknown | optional |
find_min_worst | find_min_worst | no description | Unknown | optional |
delete_min_avg | delete_min_avg | no description | Unknown | optional |
delete_min_worst | delete_min_worst | no description | Unknown | optional |
decrease_key_avg | decrease_key_avg | no description | Unknown | optional |
decrease_key_worst | decrease_key_worst | no description | Unknown | optional |
merge_avg | merge_avg | no description | Unknown | optional |
merge_worst | merge_worst | no description | Unknown | optional |