<?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: Algorithms book</title>
	<atom:link href="http://www.blueskyonmars.com/2006/09/06/algorithms-book/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueskyonmars.com/2006/09/06/algorithms-book/</link>
	<description>The Nuts and Bolts of Creating Great Software Products</description>
	<lastBuildDate>Sat, 23 Jan 2010 20:09:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yarco</title>
		<link>http://www.blueskyonmars.com/2006/09/06/algorithms-book/comment-page-1/#comment-70125</link>
		<dc:creator>yarco</dc:creator>
		<pubDate>Sat, 07 Oct 2006 18:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/09/06/algorithms-book/#comment-70125</guid>
		<description>//(c)Yarco; all possible combinations of N-1-nes and K-0-es; enjoy..and..yeh...I      //know it&#039;s a crapy code...writen in less than 30 mins though;)))))

#include 
#include 
#include 
#include 

void Combinations(int zero,int one);
void Recurs(int zero,int one);
void main()
{       int zero,one;

	printf(&quot;Please enter the ammount of zero&#039;s and ones!!!:_)&quot;);
	scanf(&quot;%d%d&quot;,&amp;zero,&amp;one);
	//Combinations(zero,one);
	Recurs(zero,one);
}
void Combinations(int zero,int one)
{       static char *string=(char*)calloc(1,zero one 2),*StartPoint;
	int counter,possition=1;
	StartPoint=string;

	for(counter=0;counter</description>
		<content:encoded><![CDATA[<p>//(c)Yarco; all possible combinations of N-1-nes and K-0-es; enjoy..and..yeh&#8230;I      //know it&#8217;s a crapy code&#8230;writen in less than 30 mins though;)))))</p>
<p>#include<br />
#include<br />
#include<br />
#include </p>
<p>void Combinations(int zero,int one);<br />
void Recurs(int zero,int one);<br />
void main()<br />
{       int zero,one;</p>
<p>	printf(&#8220;Please enter the ammount of zero&#8217;s and ones!!!:_)&#8221;);<br />
	scanf(&#8220;%d%d&#8221;,&amp;zero,&amp;one);<br />
	//Combinations(zero,one);<br />
	Recurs(zero,one);<br />
}<br />
void Combinations(int zero,int one)<br />
{       static char *string=(char*)calloc(1,zero one 2),*StartPoint;<br />
	int counter,possition=1;<br />
	StartPoint=string;</p>
<p>	for(counter=0;counter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidyanshu Pandey</title>
		<link>http://www.blueskyonmars.com/2006/09/06/algorithms-book/comment-page-1/#comment-67265</link>
		<dc:creator>Vidyanshu Pandey</dc:creator>
		<pubDate>Sat, 09 Sep 2006 01:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/09/06/algorithms-book/#comment-67265</guid>
		<description>The last such book I saw was the Seminal work done by Donaly Knuth called - &quot;The Art of Computer Programming&quot;. Volumes 1-3. I would still refer this book to anyone who is interested in this field.</description>
		<content:encoded><![CDATA[<p>The last such book I saw was the Seminal work done by Donaly Knuth called &#8211; &#8220;The Art of Computer Programming&#8221;. Volumes 1-3. I would still refer this book to anyone who is interested in this field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rodrigoamaral.net &#187; Blog Archive &#187; Algoritmos</title>
		<link>http://www.blueskyonmars.com/2006/09/06/algorithms-book/comment-page-1/#comment-67090</link>
		<dc:creator>rodrigoamaral.net &#187; Blog Archive &#187; Algoritmos</dc:creator>
		<pubDate>Wed, 06 Sep 2006 17:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/09/06/algorithms-book/#comment-67090</guid>
		<description>[...] (via Blue Sky on Mars) [...]</description>
		<content:encoded><![CDATA[<p>[...] (via Blue Sky on Mars) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.951 seconds -->
