<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Short-circuit_test</id>
	<title>Short-circuit test - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Short-circuit_test"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Short-circuit_test&amp;action=history"/>
	<updated>2026-08-10T18:14:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Short-circuit_test&amp;diff=28224&amp;oldid=prev</id>
		<title>en&gt;Tony1 at 02:50, 25 December 2013</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Short-circuit_test&amp;diff=28224&amp;oldid=prev"/>
		<updated>2013-12-25T02:50:10Z</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;In [[computer science]], &amp;#039;&amp;#039;&amp;#039;tree accumulation&amp;#039;&amp;#039;&amp;#039; is the process of accumulating data placed in [[Tree (data structure)|tree]]&lt;br /&gt;
nodes according to their [[Tree (data structure)|tree]] structure.&amp;lt;ref&amp;gt;{{cite thesis |type=Ph.D. |first=Jeremy |last=Gibbons |title=Algebras for Tree Algorithms |publisher=Oxford University |year=1991 |url=http://www.cs.ox.ac.uk/files/3422/PRG94.pdf }}&amp;lt;/ref&amp;gt; Formally, this operation is a [[catamorphism]].&lt;br /&gt;
&lt;br /&gt;
Upward accumulation refers to accumulating on each node information about all decedents. Downward accumulation refers to accumulating on each node information of every ancestor.&lt;br /&gt;
&lt;br /&gt;
One application would be calculating national election results. Construct a tree with the root node as the entire nation and each level representing refined geographical areas such as states/provinces, counties/parishes, cities/townships, and polling districts as the leaves. By accumulating the vote totals from the polling districts, one can compute the vote totals for each of the larger geographic areas.&lt;br /&gt;
&lt;br /&gt;
==Formal analysis==&lt;br /&gt;
Gibbons et al.&amp;lt;ref&amp;gt;{{cite journal|last1=Gibbons|first1=Jeremy| last2=Cai |first2=Wentong |last3=Skillcorn |first3=David B. |title=Efficient parallel algorithms for tree accumulations|journal=Science of Computer Programming|year=1994|series=Elsiver}}&amp;lt;/ref&amp;gt; formally define binary tree accumulation as iterative application of a ternary operator &amp;lt;math&amp;gt;\otimes(A,B,A)&amp;lt;/math&amp;gt;; where A are descendant labels and B is a junction label.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Trees (data structures)]]&lt;/div&gt;</summary>
		<author><name>en&gt;Tony1</name></author>
	</entry>
</feed>