<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Recursion</title>
    <description>the latest stories tagged with 'Recursion' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>I've got 99 Problems But a Glitch Ain't One : Problem 7 (F#)</title>
      <description>Solution to Problem #7 of 99 Problems in F# (Flatten a nested list structure using recursion). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/I_ve_got_99_Problems_But_a_Glitch_Ain_t_One_Problem_7_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/I_ve_got_99_Problems_But_a_Glitch_Ain_t_One_Problem_7_F</guid>
      <pubDate>Thu, 06 Mar 2008 02:44:44 GMT</pubDate>
    </item>
    <item>
      <title>Anonymous Recursion</title>
      <description>Anonymous recursion for lambda expressions and anonymous delegates in C# can be implemented using an implementation of the Y Combinator as well as a more efficient procedural approach with assignment. This article also explains how the use of the technique for representation lambda expressions renditions of values changed by loops in the static analysis tool, NStatic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwesnerm.blogs.com%2fnet_undocumented%2f2007%2f03%2fanonymous_recur.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwesnerm.blogs.com%2fnet_undocumented%2f2007%2f03%2fanonymous_recur.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Anonymous_Recursion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Anonymous_Recursion</guid>
      <pubDate>Fri, 09 Mar 2007 02:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Replacing Recursion With a Stack</title>
      <description>This post demonstrates how a recursive method can be replaced with a non-recursive method by using a Stack collection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f03%2f04%2fReplacing_Recursion_With_a_Stack.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f03%2f04%2fReplacing_Recursion_With_a_Stack.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Replacing_Recursion_With_a_Stack</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Replacing_Recursion_With_a_Stack</guid>
      <pubDate>Tue, 06 Mar 2007 07:31:01 GMT</pubDate>
    </item>
  </channel>
</rss>