<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Algorithm for combination generator</title>
	<atom:link href="http://www.dbuggr.com/mr-wang/algorithm-combination-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/mr-wang/algorithm-combination-generator/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Mon, 06 Sep 2010 22:38:01 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mr.Wang</title>
		<link>http://www.dbuggr.com/mr-wang/algorithm-combination-generator/comment-page-1/#comment-127</link>
		<dc:creator>Mr.Wang</dc:creator>
		<pubDate>Tue, 27 Oct 2009 02:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/mr-wang/algorithm-combination-generator/#comment-127</guid>
		<description>In the following pseudo code can explain:
&lt;code&gt;function(n, sets, combination)
  if n is max then print combination
  else
     for every element in the n-th set from sets
       set the n-th value in the combination to that element
       call function(n + 1, sets, combination)
     end for
  end else
 end function&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>In the following pseudo code can explain:<br />
<pre><code>function(n, sets, combination)
&nbsp;&nbsp;if n is max then print combination
&nbsp;&nbsp;else
&nbsp;&nbsp;&nbsp;&nbsp; for every element in the n-th set from sets
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set the n-th value in the combination to that element
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; call function(n + 1, sets, combination)
&nbsp;&nbsp;&nbsp;&nbsp; end for
&nbsp;&nbsp;end else
 end function</code></pre></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->