<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gnucom.cc &#187; recursion</title>
	<atom:link href="http://blog.gnucom.cc/tag/recursion/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gnucom.cc</link>
	<description>Code snippets and more...</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Print string permutations with Java.</title>
		<link>http://blog.gnucom.cc/2010/print-string-permutations-with-java/</link>
		<comments>http://blog.gnucom.cc/2010/print-string-permutations-with-java/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 07:08:14 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[recursion]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=579</guid>
		<description><![CDATA[I wrote this just to exercise my old java skills. If you find a use for it, let me know what you did with it! import java.util.*; &#160; public class Permute &#123; LinkedList&#60;String&#62; orig; &#160; public Permute&#40;LinkedList&#60;String&#62; _orig&#41; &#123; orig = _orig; &#125; &#160; public LinkedList&#60;String&#62; BuildPerms&#40;LinkedList&#60;String&#62; thisOrig&#41; &#123; Iterator&#60;String&#62; itr = thisOrig.iterator&#40;&#41;; LinkedList&#60;String&#62; thisSol [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/print-string-permutations-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

