<?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>Ian McShane &#187; Objective C</title>
	<atom:link href="http://www.ianmcshane.org/tag/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ianmcshane.org</link>
	<description>All my stuff in one place</description>
	<lastBuildDate>Sun, 14 Mar 2010 00:11:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Project Euler</title>
		<link>http://www.ianmcshane.org/2007/12/22/project-euler/</link>
		<comments>http://www.ianmcshane.org/2007/12/22/project-euler/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 02:33:19 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Objective C]]></category>

		<guid isPermaLink="false">http://blog.maccarocks.com/2007/12/22/project-euler/</guid>
		<description><![CDATA[I came across Project Euler this evening via this post.
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
The [...]


Related posts:<ol><li><a href='http://www.ianmcshane.org/2007/02/14/versioning-a-web-development-project/' rel='bookmark' title='Permanent Link: Versioning a web development project'>Versioning a web development project</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I came across <a href="http://projecteuler.net/">Project Euler</a> this evening via <a href="http://www.jonlee.ca/test-your-programming-skills-project-euler/">this post</a>.</p>
<blockquote><p><em>Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.</em></p>
<p><em>The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.</em></p></blockquote>
<p>I thought this would be a good way to get my hands dirty with Xcode and ObjC.</p>
<p>I&#8217;ve just completed the first problem (Add all the natural numbers below 1000 that are multiples of 3 or 5), which has elevated my Genius level to the dizzy heights of 1! <img src='http://www.ianmcshane.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Whilst some of them are pretty simple mathematic manipulation type problems, some of them are proper head scratchers!</p>
<p>I&#8217;m quite tempted to post my solutions to them here somewhere so I can get some code feedback &#8211; i&#8217;m probably making a right mess when it could be done in a much simpler fashion!</p>


<p>Related posts:<ol><li><a href='http://www.ianmcshane.org/2007/02/14/versioning-a-web-development-project/' rel='bookmark' title='Permanent Link: Versioning a web development project'>Versioning a web development project</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ianmcshane.org/2007/12/22/project-euler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
