<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Code Jam - Anagrams Code Kata</title>
	<link>http://agilehongkong.com/2008/04/07/code-jam-anagrams-code-kata/</link>
	<description>Introducing Agile to Hong Kong</description>
	<pubDate>Fri, 18 May 2012 16:14:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: bilal</title>
		<link>http://agilehongkong.com/2008/04/07/code-jam-anagrams-code-kata/#comment-639</link>
		<dc:creator>bilal</dc:creator>
		<pubDate>Mon, 27 Oct 2008 08:49:12 +0000</pubDate>
		<guid>http://agilehongkong.com/2008/04/07/code-jam-anagrams-code-kata/#comment-639</guid>
		<description>i want the code how we check that the words are anagram</description>
		<content:encoded><![CDATA[<p>i want the code how we check that the words are anagram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Kirby</title>
		<link>http://agilehongkong.com/2008/04/07/code-jam-anagrams-code-kata/#comment-184</link>
		<dc:creator>Dave Kirby</dc:creator>
		<pubDate>Mon, 07 Apr 2008 17:08:26 +0000</pubDate>
		<guid>http://agilehongkong.com/2008/04/07/code-jam-anagrams-code-kata/#comment-184</guid>
		<description>I got the following results:

found 2531 anagrams
longest = ['algorithmically', 'logarithmically']
most = ['pares', 'parse', 'pears', 'rapes', 'reaps', 'spare', 'spear']

This took me ten minutes and ten lines of python, compared with your 210 lines of Java in six files (excluding tests).  

This is why programming in Java brings me out in a rash.</description>
		<content:encoded><![CDATA[<p>I got the following results:</p>
<p>found 2531 anagrams<br />
longest = [&#8217;algorithmically&#8217;, &#8216;logarithmically&#8217;]<br />
most = [&#8217;pares&#8217;, &#8216;parse&#8217;, &#8216;pears&#8217;, &#8216;rapes&#8217;, &#8216;reaps&#8217;, &#8217;spare&#8217;, &#8217;spear&#8217;]</p>
<p>This took me ten minutes and ten lines of python, compared with your 210 lines of Java in six files (excluding tests).  </p>
<p>This is why programming in Java brings me out in a rash.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

