<?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-amortized</id>
	<title>Template:Infobox data structure-amortized - 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-amortized"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Infobox_data_structure-amortized&amp;action=history"/>
	<updated>2026-05-10T06:17:31Z</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-amortized&amp;diff=220006&amp;oldid=prev</id>
		<title>Indicwiki: 1 revision imported from :alpha:Template:Infobox_data_structure-amortized</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Infobox_data_structure-amortized&amp;diff=220006&amp;oldid=prev"/>
		<updated>2023-07-21T05:39:23Z</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-amortized&quot; class=&quot;extiw&quot; title=&quot;alpha:Template:Infobox data structure-amortized&quot;&gt;alpha:Template:Infobox_data_structure-amortized&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 11:09, 21 July 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-amortized&amp;diff=220005&amp;oldid=prev</id>
		<title>alpha&gt;Indicwiki: Created page with &quot;&lt;includeonly&gt;{{#invoke:infobox|infoboxTemplate | above = {{{name|}}} | label1 = Type | data1 = {{{type|}}} | label2 = Invented  | data2 = {{{invent...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Infobox_data_structure-amortized&amp;diff=220005&amp;oldid=prev"/>
		<updated>2023-07-07T16:01:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;includeonly&amp;gt;{{#invoke:infobox|infoboxTemplate | above = {{{name|}}} | label1 = &lt;a href=&quot;/index.php?title=List_of_data_structures&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;List of data structures (page does not exist)&quot;&gt;Type&lt;/a&gt; | data1 = {{{type|}}} | label2 = Invented  | data2 = {{{invent...&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;
| 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 = Complexities 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;
  | header1 = [[Space complexity]]&lt;br /&gt;
  | label2 = Space&lt;br /&gt;
  | data2b = {{{space_avg |}}}&lt;br /&gt;
  | data2c = {{{space_worst |}}}&lt;br /&gt;
  | header3 = [[Time complexity]]&lt;br /&gt;
  | label4 = Function&lt;br /&gt;
  | data4b = [[Amortized analysis|'''Amortized''']]&lt;br /&gt;
  | data4c = [[Best, worst and average case|'''Worst Case''']]&lt;br /&gt;
  | label5 = Search&lt;br /&gt;
  | data5b = {{{search_avg |}}}&lt;br /&gt;
  | data5c = {{{search_worst |}}}&lt;br /&gt;
  | label6 = Insert&lt;br /&gt;
  | data6b = {{{insert_avg |}}}&lt;br /&gt;
  | data6c = {{{insert_worst |}}}&lt;br /&gt;
  | label7 = Delete&lt;br /&gt;
  | data7b = {{{delete_avg |}}}&lt;br /&gt;
  | data7c = {{{delete_worst |}}}&lt;br /&gt;
  | label8 = Peek&lt;br /&gt;
  | data8b = {{{peek_avg |}}}&lt;br /&gt;
  | data8c = {{{peek_worst |}}}&lt;br /&gt;
  | label9 = Find-min&lt;br /&gt;
  | data9b = {{{find_min_avg |}}}&lt;br /&gt;
  | data9c = {{{find_min_worst |}}}&lt;br /&gt;
  | label10 = Delete-min&lt;br /&gt;
  | data10b = {{{delete_min_avg |}}}&lt;br /&gt;
  | data10c = {{{delete_min_worst |}}}&lt;br /&gt;
  | label11 = Decrease-key&lt;br /&gt;
  | data11b = {{{decrease_key_avg |}}}&lt;br /&gt;
  | data11c = {{{decrease_key_worst |}}}&lt;br /&gt;
  | label12 = Merge	&lt;br /&gt;
  | data12b = {{{merge_avg |}}}&lt;br /&gt;
  | data12c = {{{merge_worst |}}}&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>alpha&gt;Indicwiki</name></author>
	</entry>
</feed>