<?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: Calculating the Fibonacci Sequence with C# 3.0</title>
	<atom:link href="http://www.richardbushnell.net/2008/01/24/calculating-the-fibonacci-sequence-with-c-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardbushnell.net/2008/01/24/calculating-the-fibonacci-sequence-with-c-30/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Sep 2011 17:23:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: awake</title>
		<link>http://www.richardbushnell.net/2008/01/24/calculating-the-fibonacci-sequence-with-c-30/comment-page-1/#comment-43</link>
		<dc:creator>awake</dc:creator>
		<pubDate>Fri, 20 Feb 2009 19:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/24/calculating-the-fibonacci-sequence-with-c-30/#comment-43</guid>
		<description>I&#039;m sure you already found a solution by now, but all you need do is go the non-recursive route and your input is greater than the last number in the sequence calculated, get the next fib #.

http://www.brpreiss.com/books/opus6/html/page76.html</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure you already found a solution by now, but all you need do is go the non-recursive route and your input is greater than the last number in the sequence calculated, get the next fib #.</p>
<p><a href="http://www.brpreiss.com/books/opus6/html/page76.html" rel="nofollow">http://www.brpreiss.com/books/opus6/html/page76.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithiwit</title>
		<link>http://www.richardbushnell.net/2008/01/24/calculating-the-fibonacci-sequence-with-c-30/comment-page-1/#comment-42</link>
		<dc:creator>Nithiwit</dc:creator>
		<pubDate>Mon, 31 Mar 2008 06:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/24/calculating-the-fibonacci-sequence-with-c-30/#comment-42</guid>
		<description>the result of fibonacci is 0,1,1,2,3,5,8,13,21,...
when i input number 8, i want to output is 13 or input number 13 output is 21

Ps.help me please</description>
		<content:encoded><![CDATA[<p>the result of fibonacci is 0,1,1,2,3,5,8,13,21,&#8230;<br />
when i input number 8, i want to output is 13 or input number 13 output is 21</p>
<p>Ps.help me please</p>
]]></content:encoded>
	</item>
</channel>
</rss>

