<?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>reviewmylife &#187; code</title>
	<atom:link href="http://www.reviewmylife.co.uk/blog/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reviewmylife.co.uk</link>
	<description>Technology, life, programming, travel and money.</description>
	<lastBuildDate>Tue, 24 Jan 2012 08:39:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Triangle Identification &#8211; C++ solution and test code</title>
		<link>http://www.reviewmylife.co.uk/blog/2008/09/23/triangle-identification-c-solution-and-test-code/</link>
		<comments>http://www.reviewmylife.co.uk/blog/2008/09/23/triangle-identification-c-solution-and-test-code/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 06:27:13 +0000</pubDate>
		<dc:creator>reviewmylife</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[interview question]]></category>
		<category><![CDATA[source code]]></category>
		<guid isPermaLink="false">http://www.reviewmylife.co.uk/blog/?p=234</guid>
		<description><![CDATA[Copyright &#169; 2012 reviewmylife. Visit the original article at http://www.reviewmylife.co.uk/blog/2008/09/23/triangle-identification-c-solution-and-test-code/.Here is another interview coding question that I have heard of. You have to write a function to identify the triangle type. You have to return a number between 1 or 4 to identify either a valid triangle type or an error. The solution is very [...]]]></description>
		<wfw:commentRss>http://www.reviewmylife.co.uk/blog/2008/09/23/triangle-identification-c-solution-and-test-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reverse a linked list &#8211; C++ source code</title>
		<link>http://www.reviewmylife.co.uk/blog/2008/07/21/reverse-a-linked-list-c-source-code/</link>
		<comments>http://www.reviewmylife.co.uk/blog/2008/07/21/reverse-a-linked-list-c-source-code/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 16:46:42 +0000</pubDate>
		<dc:creator>reviewmylife</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[interview question]]></category>
		<category><![CDATA[linked list]]></category>
		<category><![CDATA[source code]]></category>
		<guid isPermaLink="false">http://www.reviewmylife.co.uk/blog/?p=126</guid>
		<description><![CDATA[Copyright &#169; 2012 reviewmylife. Visit the original article at http://www.reviewmylife.co.uk/blog/2008/07/21/reverse-a-linked-list-c-source-code/.Reversing a linked list is a simple programming problem, which is often an interview question. In this case I&#8217;m referring to a singly linked list. I&#8217;ll provide the C++ solution and the C++ test code. One of the easiest ways to reverse the linked list is [...]]]></description>
		<wfw:commentRss>http://www.reviewmylife.co.uk/blog/2008/07/21/reverse-a-linked-list-c-source-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

