<?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>csTechie &#187; Yahoo</title>
	<atom:link href="http://cstechie.com/category/job-interviews/yahoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://cstechie.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 02 May 2010 16:05:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find Lowest Common Ancestor of 2 nodes</title>
		<link>http://cstechie.com/find-lowest-common-ancestor-of-2-nodes/</link>
		<comments>http://cstechie.com/find-lowest-common-ancestor-of-2-nodes/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:40:27 +0000</pubDate>
		<dc:creator>syam</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://cstechie.com/?p=118</guid>
		<description><![CDATA[One of the common, yet tricky interview question is to find the lowest common ancestor node for given 2 nodes in
A. Binary Tree
B. N-ary tree
]]></description>
			<content:encoded><![CDATA[<p>One of the common, yet tricky interview question is to find the lowest common ancestor node for given 2 nodes in</p>
<p>A. Binary Tree</p>
<p>B. N-ary tree</p>
]]></content:encoded>
			<wfw:commentRss>http://cstechie.com/find-lowest-common-ancestor-of-2-nodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverse Linked List</title>
		<link>http://cstechie.com/reverse-linked-list/</link>
		<comments>http://cstechie.com/reverse-linked-list/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 16:34:43 +0000</pubDate>
		<dc:creator>syam</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://cstechie.com/?p=95</guid>
		<description><![CDATA[Write a program to reverse a linked list
1. With recursion
2. Without Recursion
]]></description>
			<content:encoded><![CDATA[<p>Write a program to reverse a linked list</p>
<p>1. With recursion</p>
<p>2. Without Recursion</p>
]]></content:encoded>
			<wfw:commentRss>http://cstechie.com/reverse-linked-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kth Smallest element of a Binary Search Tree</title>
		<link>http://cstechie.com/kth-smallest-element-of-a-binary-search-tree/</link>
		<comments>http://cstechie.com/kth-smallest-element-of-a-binary-search-tree/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 12:55:52 +0000</pubDate>
		<dc:creator>syam</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://cstechie.com/?p=68</guid>
		<description><![CDATA[Given a Binary Search Tree, write a program to print the kth smallest element
]]></description>
			<content:encoded><![CDATA[<p>Given a Binary Search Tree, write a program to print the kth smallest element</p>
]]></content:encoded>
			<wfw:commentRss>http://cstechie.com/kth-smallest-element-of-a-binary-search-tree/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Find the missing number</title>
		<link>http://cstechie.com/find-the-missing-number/</link>
		<comments>http://cstechie.com/find-the-missing-number/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 05:50:25 +0000</pubDate>
		<dc:creator>syam</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://cstechie.com/?p=55</guid>
		<description><![CDATA[This is a very common interview questions and comes in various forms. The most common one is of the following format
Problem 1
Given an array of 999 distinct integers ranging from 1 to 1000 including. Find which number is missing. Restrictions: loop over the array only once, can&#8217;t allocate an additional array.
Another version of the problem [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very common interview questions and comes in various forms. The most common one is of the following format<br />
<strong>Problem 1</strong><br />
Given an array of 999 distinct integers ranging from 1 to 1000 including. Find which number is missing. Restrictions: loop over the array only once, can&#8217;t allocate an additional array.</p>
<p>Another version of the problem is where 2 numbers are missing.<br />
<strong>Problem 2</strong><br />
Given an array of 998 distinct integers ranging from 1 to 1000 including. Find which 2 numbers are missing.</p>
<p>Restrictions: loop over the array only once, can&#8217;t allocate an additional array.</p>
]]></content:encoded>
			<wfw:commentRss>http://cstechie.com/find-the-missing-number/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Algorithm to Shuffle a Deck of Cards</title>
		<link>http://cstechie.com/algorithm-to-shuffle-a-deck-of-cards/</link>
		<comments>http://cstechie.com/algorithm-to-shuffle-a-deck-of-cards/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 18:09:15 +0000</pubDate>
		<dc:creator>syam</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://cstechie.com/?p=24</guid>
		<description><![CDATA[Write an algorithm to shuffle an array of 52 integers so that each number has equal probability to be in any of the 52 positions.
]]></description>
			<content:encoded><![CDATA[<p>Write an algorithm to shuffle an array of 52 integers so that each number has equal probability to be in any of the 52 positions.</p>
]]></content:encoded>
			<wfw:commentRss>http://cstechie.com/algorithm-to-shuffle-a-deck-of-cards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
