Template:Infobox data structure/doc
Jump to navigation
Jump to search
![]() | This is a documentation subpage for Template:Infobox data structure. It contains usage information, categories and other content that is not part of the original template page. |
![]() | This template uses Lua: |
Template:Parameter names example
Usage
{{Infobox data structure | name = | image = | 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 |
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 |