<?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>Nam H. Pham &#187; Job</title>
	<atom:link href="http://www.namhpham.com/category/job/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.namhpham.com</link>
	<description>Welcome to my world</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Binary Search</title>
		<link>http://www.namhpham.com/2010/01/binary-search/</link>
		<comments>http://www.namhpham.com/2010/01/binary-search/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 02:48:27 +0000</pubDate>
		<dc:creator>NamPham</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.namhpham.com/?p=300</guid>
		<description><![CDATA[As a programmer, most of us have at least coded the binary search algorithm: the algorithm to find a value in a sorted array. The algorithm itself is clear and easy to understand: ?View Code CPP1 2 3 4 5 6 7 8 9 10 11 int BinSearch::bSearch&#40;int* arr,int n, int value&#41;&#123; int left = [...]]]></description>
		<wfw:commentRss>http://www.namhpham.com/2010/01/binary-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String Rotation</title>
		<link>http://www.namhpham.com/2010/01/string-rotation/</link>
		<comments>http://www.namhpham.com/2010/01/string-rotation/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 18:11:52 +0000</pubDate>
		<dc:creator>NamPham</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Job]]></category>

		<guid isPermaLink="false">http://www.namhpham.com/?p=267</guid>
		<description><![CDATA[Problem: Given a string s[0..n] and an index pos, output the rotated string s[pos,pos+1,...n,0,1,..pos]. For example: Input &#8220;ABCDEFGH&#8221; and pos = 3. Output : &#8220;DEFGHABC&#8221;. I noticed that when I &#8220;shifted&#8221; the smaller potion of string to its correct position, the sub-problem to make larger portion in correct order is in fact the main problem [...]]]></description>
		<wfw:commentRss>http://www.namhpham.com/2010/01/string-rotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shuffle an array</title>
		<link>http://www.namhpham.com/2010/01/shuffle-an-array/</link>
		<comments>http://www.namhpham.com/2010/01/shuffle-an-array/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 14:30:41 +0000</pubDate>
		<dc:creator>NamPham</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[shuffle]]></category>

		<guid isPermaLink="false">http://www.namhpham.com/2010/01/shuffle-an-array/</guid>
		<description><![CDATA[Given an array a1, a2, a3, &#8230; an, b1, b2, b3&#8230; bn, convert it to an array a1,b2,a 2,b2,a3,b3&#8230;.an,bn in O(1) space and O(n) time. The current algorithm I came up with is O(1) space but O(n^2) running time. I think it should have some property to make a transformation chain from the original array [...]]]></description>
		<wfw:commentRss>http://www.namhpham.com/2010/01/shuffle-an-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matrix &#8211; Animation</title>
		<link>http://www.namhpham.com/2009/12/matrix-animation/</link>
		<comments>http://www.namhpham.com/2009/12/matrix-animation/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:49:48 +0000</pubDate>
		<dc:creator>NamPham</dc:creator>
				<category><![CDATA[Job]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.namhpham.com/?p=91</guid>
		<description><![CDATA[Matrix &#8211; one interesting animation project I leaded a four-person team. It was nominated the best animation project in the Virtual Reality class. I had wonderful experience working with my talented classmates. Please enjoy ! Youtube Link: http://www.youtube.com/watch?v=grZba-PLxBU]]></description>
		<wfw:commentRss>http://www.namhpham.com/2009/12/matrix-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
