<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wcipeg.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Memoization</id>
		<title>Memoization - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wcipeg.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Memoization"/>
		<link rel="alternate" type="text/html" href="http://www.wcipeg.com/wiki/index.php?title=Memoization&amp;action=history"/>
		<updated>2026-05-09T14:33:13Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.2</generator>

	<entry>
		<id>http://www.wcipeg.com/wiki/index.php?title=Memoization&amp;diff=1875&amp;oldid=prev</id>
		<title>Bobhob314: Created the page.</title>
		<link rel="alternate" type="text/html" href="http://www.wcipeg.com/wiki/index.php?title=Memoization&amp;diff=1875&amp;oldid=prev"/>
				<updated>2015-06-22T23:34:50Z</updated>
		
		<summary type="html">&lt;p&gt;Created the page.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Memoization ==&lt;br /&gt;
&lt;br /&gt;
''This article is currently a stub. You can change this by de-stubbifying it.''&lt;br /&gt;
&lt;br /&gt;
Memoization is the process of storing previously computed results to a problem in some data structure to support relatively fast look-up for use later on, usually to solve varying instances of the same problem in a recursive/top-down DP way. Typically, simple arrays are used, except when the key of an answer is not so simple and then maps are used.&lt;/div&gt;</summary>
		<author><name>Bobhob314</name></author>	</entry>

	</feed>