<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.haskell.org/wikistatic/skins//common/feed.css?116"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>99 questions/Solutions/81 - Revision history</title>
		<link>http://www.haskell.org/haskellwiki/index.php?title=99_questions/Solutions/81&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.12.0</generator>
		<lastBuildDate>Fri, 24 May 2013 22:49:38 GMT</lastBuildDate>
		<item>
			<title>Trackbully: Add an additional recursive solution to the problem</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=99_questions/Solutions/81&amp;diff=43814&amp;oldid=prev</link>
			<description>&lt;p&gt;Add an additional recursive solution to the problem&lt;/p&gt;
</description>
			<pubDate>Wed, 04 Jan 2012 17:10:19 GMT</pubDate>			<dc:creator>Trackbully</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:99_questions/Solutions/81</comments>		</item>
		<item>
			<title>Kizzx2: Added another solution</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=99_questions/Solutions/81&amp;diff=41348&amp;oldid=prev</link>
			<description>&lt;p&gt;Added another solution&lt;/p&gt;
</description>
			<pubDate>Thu, 28 Jul 2011 15:48:33 GMT</pubDate>			<dc:creator>Kizzx2</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:99_questions/Solutions/81</comments>		</item>
		<item>
			<title>Duck lee: paths :: Int -&gt; Int -&gt; [(Int , Int)] -&gt; Int paths start end  zs = let (xs,ys) = partition (\(_,z) -&gt; z == end ) zs                       in  map (++ [ end] )  ( concat . map (\(e, _) -&gt; if e ==</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=99_questions/Solutions/81&amp;diff=39477&amp;oldid=prev</link>
			<description>&lt;p&gt;paths :: Int -&amp;gt; Int -&amp;gt; [(Int , Int)] -&amp;gt; &lt;a href=&quot;/haskellwiki/index.php?title=Int&amp;amp;action=edit&quot; class=&quot;new&quot; title=&quot;Int&quot;&gt;Int&lt;/a&gt; paths start end  zs = let (xs,ys) = partition (\(_,z) -&amp;gt; z == end ) zs                       in  map (++ [ end] )  ( concat . map (\(e, _) -&amp;gt; if e ==&lt;/p&gt;
</description>
			<pubDate>Mon, 18 Apr 2011 05:45:42 GMT</pubDate>			<dc:creator>Duck lee</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:99_questions/Solutions/81</comments>		</item>
		<item>
			<title>Duck lee at 05:41, 18 April 2011</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=99_questions/Solutions/81&amp;diff=39476&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 18 Apr 2011 05:41:37 GMT</pubDate>			<dc:creator>Duck lee</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:99_questions/Solutions/81</comments>		</item>
		<item>
			<title>Wapcaplet at 01:25, 18 July 2010</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=99_questions/Solutions/81&amp;diff=36253&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 18 Jul 2010 01:25:43 GMT</pubDate>			<dc:creator>Wapcaplet</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:99_questions/Solutions/81</comments>		</item>
	</channel>
</rss>