Template:Infobox data structure/doc
Jump to navigation
Jump to search
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}}} | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type | {{{type}}} | ||||||||||||||||||||||||||||||||||||||||
Invented | {{{invented_year}}} | ||||||||||||||||||||||||||||||||||||||||
Invented by | {{{invented_by}}} | ||||||||||||||||||||||||||||||||||||||||
Time complexity in big O notation | |||||||||||||||||||||||||||||||||||||||||
|
Usage
{{Infobox data structure | name = | 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 = }}