<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_data_structure</id>
	<title>Template:Infobox data structure - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_data_structure"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Infobox_data_structure&amp;action=history"/>
	<updated>2026-04-30T19:53:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Infobox_data_structure&amp;diff=103325&amp;oldid=prev</id>
		<title>Indicwiki: 1 revision imported from :alpha:Template:Infobox_data_structure</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Infobox_data_structure&amp;diff=103325&amp;oldid=prev"/>
		<updated>2023-03-10T11:40:08Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported from &lt;a href=&quot;https://alpha.indicwiki.in/index.php?title=Template:Infobox_data_structure&quot; class=&quot;extiw&quot; title=&quot;alpha:Template:Infobox data structure&quot;&gt;alpha:Template:Infobox_data_structure&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:10, 10 March 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Indicwiki</name></author>
	</entry>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Infobox_data_structure&amp;diff=103324&amp;oldid=prev</id>
		<title>alpha&gt;Indicwiki: Created page with &quot;&lt;includeonly&gt;{{#invoke:infobox|infoboxTemplate | above = {{{name|}}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image size|{{{image_size|{{{image...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Infobox_data_structure&amp;diff=103324&amp;oldid=prev"/>
		<updated>2023-02-14T07:01:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;includeonly&amp;gt;{{#invoke:infobox|infoboxTemplate | above = {{{name|}}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image size|{{{image_size|{{{image...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:infobox|infoboxTemplate&lt;br /&gt;
| above = {{{name|}}}&lt;br /&gt;
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image size|{{{image_size|{{{imagesize|}}}}}}}}}|alt={{{alt|}}}}} &lt;br /&gt;
| caption = {{{caption|}}}&lt;br /&gt;
| label1 = [[List of data structures|Type]]&lt;br /&gt;
| data1 = {{{type|}}}&lt;br /&gt;
| label2 = Invented &lt;br /&gt;
| data2 = {{{invented_year|}}}&lt;br /&gt;
| label3 = Invented by&lt;br /&gt;
| data3 = {{{invented_by|}}}&lt;br /&gt;
&lt;br /&gt;
| header4 = [[Time complexity]] in [[big O notation]]&lt;br /&gt;
&lt;br /&gt;
| data5 = {{#invoke:infobox3cols|infoboxTemplate&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | labelstyle = white-space:nowrap;&lt;br /&gt;
  | label1 = Algorithm&lt;br /&gt;
  | data1a = '''Average'''&lt;br /&gt;
  | data1b = '''Worst case'''&lt;br /&gt;
  | label2 = Space&lt;br /&gt;
  | data2a = {{{space_avg|}}}&lt;br /&gt;
  | data2b = {{{space_worst|}}}&lt;br /&gt;
  | label3 = Search&lt;br /&gt;
  | data3a = {{{search_avg|}}}&lt;br /&gt;
  | data3b = {{{search_worst|}}}&lt;br /&gt;
  | label4 = Insert&lt;br /&gt;
  | data4a = {{{insert_avg|}}}&lt;br /&gt;
  | data4b = {{{insert_worst|}}}&lt;br /&gt;
  | label5 = Delete&lt;br /&gt;
  | data5a = {{{delete_avg|}}}&lt;br /&gt;
  | data5b = {{{delete_worst|}}}&lt;br /&gt;
  | label6 = Peek&lt;br /&gt;
  | data6a = {{{peek_avg|}}}&lt;br /&gt;
  | data6b = {{{peek_worst|}}}&lt;br /&gt;
  | label7 = Find-min&lt;br /&gt;
  | data7a = {{{find_min_avg|}}}&lt;br /&gt;
  | data7b = {{{find_min_worst|}}}&lt;br /&gt;
  | label8 = Delete-min&lt;br /&gt;
  | data8a = {{{delete_min_avg|}}}&lt;br /&gt;
  | data8b = {{{delete_min_worst|}}}&lt;br /&gt;
  | label9 = Decrease-key&lt;br /&gt;
  | data9a = {{{decrease_key_avg|}}}&lt;br /&gt;
  | data9b = {{{decrease_key_worst|}}}&lt;br /&gt;
  | label10 = Merge	&lt;br /&gt;
  | data10a = {{{merge_avg|}}}&lt;br /&gt;
  | data10b = {{{merge_worst|}}}&lt;br /&gt;
  }}&lt;br /&gt;
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|}}|preview=Page using [[Template:Infobox data structure]] with unknown parameter &amp;quot;_VALUE_&amp;quot;|ignoreblank=y| name | image | image size| image_size | imagesize | 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 }}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&amp;lt;!--Please add this template's categories to the /doc subpage, not here - thanks!--&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>alpha&gt;Indicwiki</name></author>
	</entry>
</feed>