<?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: Determining the difficulty of Arithmetic Operations</title>
	<atom:link href="http://blog.prashanthellina.com/2008/07/27/determining-the-difficulty-of-arithmetic-operations/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.prashanthellina.com/2008/07/27/determining-the-difficulty-of-arithmetic-operations/</link>
	<description>( to ) ? be : ! be;</description>
	<lastBuildDate>Thu, 11 Feb 2010 04:06:39 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://blog.prashanthellina.com/2008/07/27/determining-the-difficulty-of-arithmetic-operations/comment-page-1/#comment-7376</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 19 Sep 2008 05:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/?p=69#comment-7376</guid>
		<description>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</description>
		<content:encoded><![CDATA[<p>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashanthellina</title>
		<link>http://blog.prashanthellina.com/2008/07/27/determining-the-difficulty-of-arithmetic-operations/comment-page-1/#comment-5262</link>
		<dc:creator>prashanthellina</dc:creator>
		<pubDate>Mon, 04 Aug 2008 15:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/?p=69#comment-5262</guid>
		<description>Karthik, the odd-even combinations I came up with for assessing difficulty may be subjective. We memorize a lot of simple operations thereby making them lookups. I have not found a convincing way of capturing this aspect.</description>
		<content:encoded><![CDATA[<p>Karthik, the odd-even combinations I came up with for assessing difficulty may be subjective. We memorize a lot of simple operations thereby making them lookups. I have not found a convincing way of capturing this aspect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik Bala</title>
		<link>http://blog.prashanthellina.com/2008/07/27/determining-the-difficulty-of-arithmetic-operations/comment-page-1/#comment-5193</link>
		<dc:creator>Karthik Bala</dc:creator>
		<pubDate>Fri, 01 Aug 2008 07:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/?p=69#comment-5193</guid>
		<description>brilliant work prashanth, algorithms are &lt;b&gt;simply superb&lt;b&gt;, didnt got time to look into the details 
addition_difficulties = {
    &#039;digit_zero&#039; : 1,   # any digit added to zero
    &#039;even_even&#039;  : 2,   # sum of even digits
    &#039;odd_odd&#039;    : 2,   # sum of odd digits 
    &#039;even_odd&#039;   : 3,   # sum of even and odd digits
    &#039;carry&#039;      : 2    # difficulty of carry (for remembering and then adding)
}
i don&#039;t c a difference for a no. is either odd or even, i c complexity increases as the no.s moves on the scale of 0-9. adding 7+6(odd_even) is equally difficult as adding 7+5(odd_odd) and even equally difficult as 8+6(even_even) i feel the patterns that we remember like 6+4, 5+5, 7+3 (i think we love 10) make adding some no.s easy, another example i remember is 8+4. I remember as a child i don&#039;t know these patterns, so not taking any patterns into consideration for me its only the bigger the no.s more the complexity.
i fear if there is any technique thts helping all the humans make the odd_odd or even_even additions easier which am missing all these years :(</description>
		<content:encoded><![CDATA[<p>brilliant work prashanth, algorithms are <b>simply superb</b><b>, didnt got time to look into the details<br />
addition_difficulties = {<br />
    &#8216;digit_zero&#8217; : 1,   # any digit added to zero<br />
    &#8216;even_even&#8217;  : 2,   # sum of even digits<br />
    &#8216;odd_odd&#8217;    : 2,   # sum of odd digits<br />
    &#8216;even_odd&#8217;   : 3,   # sum of even and odd digits<br />
    &#8216;carry&#8217;      : 2    # difficulty of carry (for remembering and then adding)<br />
}<br />
i don&#8217;t c a difference for a no. is either odd or even, i c complexity increases as the no.s moves on the scale of 0-9. adding 7+6(odd_even) is equally difficult as adding 7+5(odd_odd) and even equally difficult as 8+6(even_even) i feel the patterns that we remember like 6+4, 5+5, 7+3 (i think we love 10) make adding some no.s easy, another example i remember is 8+4. I remember as a child i don&#8217;t know these patterns, so not taking any patterns into consideration for me its only the bigger the no.s more the complexity.<br />
i fear if there is any technique thts helping all the humans make the odd_odd or even_even additions easier which am missing all these years <img src='http://blog.prashanthellina.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashanthellina</title>
		<link>http://blog.prashanthellina.com/2008/07/27/determining-the-difficulty-of-arithmetic-operations/comment-page-1/#comment-5157</link>
		<dc:creator>prashanthellina</dc:creator>
		<pubDate>Wed, 30 Jul 2008 13:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/?p=69#comment-5157</guid>
		<description>Hehe! I could not have used Vedic math here because I am trying to reproduce the mental process that most people go through when computing these kind of problems.</description>
		<content:encoded><![CDATA[<p>Hehe! I could not have used Vedic math here because I am trying to reproduce the mental process that most people go through when computing these kind of problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bg</title>
		<link>http://blog.prashanthellina.com/2008/07/27/determining-the-difficulty-of-arithmetic-operations/comment-page-1/#comment-5155</link>
		<dc:creator>bg</dc:creator>
		<pubDate>Wed, 30 Jul 2008 11:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/?p=69#comment-5155</guid>
		<description>omg! i think u cud have figured the addition/multiplication of &#039;large&#039; &#039;difficult&#039; numbers manually by the time u wrote the code! but good one indeed. I have a feeling the code will be a lot simpler if you used the tricks of Vedic Math</description>
		<content:encoded><![CDATA[<p>omg! i think u cud have figured the addition/multiplication of &#8216;large&#8217; &#8216;difficult&#8217; numbers manually by the time u wrote the code! but good one indeed. I have a feeling the code will be a lot simpler if you used the tricks of Vedic Math</p>
]]></content:encoded>
	</item>
</channel>
</rss>
