<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://robots.hlt.inesc-id.pt/w/pt/index.php?action=history&amp;feed=atom&amp;title=Jun%C3%A7%C3%A3o_de_Duas_BSTs_%28caso_particular%29</id>
	<title>Junção de Duas BSTs (caso particular) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://robots.hlt.inesc-id.pt/w/pt/index.php?action=history&amp;feed=atom&amp;title=Jun%C3%A7%C3%A3o_de_Duas_BSTs_%28caso_particular%29"/>
	<link rel="alternate" type="text/html" href="https://robots.hlt.inesc-id.pt/w/pt/index.php?title=Jun%C3%A7%C3%A3o_de_Duas_BSTs_(caso_particular)&amp;action=history"/>
	<updated>2026-05-23T12:03:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://robots.hlt.inesc-id.pt/w/pt/index.php?title=Jun%C3%A7%C3%A3o_de_Duas_BSTs_(caso_particular)&amp;diff=2751&amp;oldid=prev</id>
		<title>Root: Junção de Duas BSTs (caso particular) moved to Junção de Duas BSTs (caso particular)</title>
		<link rel="alternate" type="text/html" href="https://robots.hlt.inesc-id.pt/w/pt/index.php?title=Jun%C3%A7%C3%A3o_de_Duas_BSTs_(caso_particular)&amp;diff=2751&amp;oldid=prev"/>
		<updated>2008-11-12T09:12:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/w/pt/index.php/Jun%C3%A7%C3%A3o_de_Duas_BSTs_(caso_particular)&quot; title=&quot;Junção de Duas BSTs (caso particular)&quot;&gt;Junção de Duas BSTs (caso particular)&lt;/a&gt; moved to &lt;a href=&quot;/w/pt/index.php/Jun%C3%A7%C3%A3o_de_Duas_BSTs_(caso_particular)&quot; title=&quot;Junção de Duas BSTs (caso particular)&quot;&gt;Junção de Duas BSTs (caso particular)&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&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 09:12, 12 November 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&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>Root</name></author>
	</entry>
	<entry>
		<id>https://robots.hlt.inesc-id.pt/w/pt/index.php?title=Jun%C3%A7%C3%A3o_de_Duas_BSTs_(caso_particular)&amp;diff=1614&amp;oldid=prev</id>
		<title>Root at 19:04, 18 May 2005</title>
		<link rel="alternate" type="text/html" href="https://robots.hlt.inesc-id.pt/w/pt/index.php?title=Jun%C3%A7%C3%A3o_de_Duas_BSTs_(caso_particular)&amp;diff=1614&amp;oldid=prev"/>
		<updated>2005-05-18T19:04:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Esta função assume que todos os elementos da primeira BST tÃªm chaves inferiores Ã s dos elementos da segunda BST.&lt;br /&gt;
&lt;br /&gt;
  link joinLR(link low, link high) {&lt;br /&gt;
    if (high == z) return low;&lt;br /&gt;
    high = partR(high, 0);&lt;br /&gt;
    high-&amp;gt;l = low;&lt;br /&gt;
    return high;&lt;br /&gt;
  }&lt;/div&gt;</summary>
		<author><name>Root</name></author>
	</entry>
</feed>