<?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>Vanderbrew &#187; learning</title>
	<atom:link href="http://vanderbrew.com/blog/tag/learning/feed/" rel="self" type="application/rss+xml" />
	<link>http://vanderbrew.com/blog</link>
	<description>The shared bits</description>
	<lastBuildDate>Sun, 04 Apr 2010 17:04:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Project Euler and Math</title>
		<link>http://vanderbrew.com/blog/2010/02/23/project-euler-and-math/</link>
		<comments>http://vanderbrew.com/blog/2010/02/23/project-euler-and-math/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:10:21 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[euler]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://vanderbrew.com/blog/?p=284</guid>
		<description><![CDATA[I&#8217;ve always had the sense that there was a lot of math out there that I didn&#8217;t know. There is a great deal of graphics math and crypto math and others that I&#8217;ve never felt I had much reason to explore &#8211; but I recently realized that there&#8217;s value in looking into some of this [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always had the sense that there was a lot of math out there that I didn&#8217;t know. There is a great deal of graphics math and crypto math and others that I&#8217;ve never felt I had much reason to explore &#8211; but I recently realized that there&#8217;s value in looking into some of this other math.</p>
<p>I&#8217;ve known about <a href="http://projecteuler.net/">Project Euler</a> for a while now but only recently did I start trying to solve the problems. My first approach to any problem was just to try to brute force it (I&#8217;ve got a speedy modern computer that can do math well, how long can it take to solve these?) but surprisingly it doesn&#8217;t always work. I find myself having to go out and do research. Learn about techniques and algorithms for solving math problems and apply them in my own code.</p>
<p>It&#8217;s been a wonderfully refreshing lesson in thinking outside my own box. I&#8217;ve found that I don&#8217;t always know the best solution. There are algorithm tools out there that some incredibly smart people have deduced/devised and learning of and about them is very good for my development both professionally and personally.</p>
]]></content:encoded>
			<wfw:commentRss>http://vanderbrew.com/blog/2010/02/23/project-euler-and-math/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

