<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How do social networking sites calculate if you are within a certain degree of separation efficiently?</title>
	<atom:link href="http://usbappz.com/2009/12/how-do-social-networking-sites-calculate-if-you-are-within-a-certain-degree-of-separation-efficiently/feed/" rel="self" type="application/rss+xml" />
	<link>http://usbappz.com/2009/12/how-do-social-networking-sites-calculate-if-you-are-within-a-certain-degree-of-separation-efficiently/</link>
	<description>put it on a USB Flash Drive</description>
	<lastBuildDate>Thu, 04 Aug 2011 07:02:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: codywodyboy</title>
		<link>http://usbappz.com/2009/12/how-do-social-networking-sites-calculate-if-you-are-within-a-certain-degree-of-separation-efficiently/comment-page-1/#comment-84360</link>
		<dc:creator>codywodyboy</dc:creator>
		<pubDate>Tue, 15 Dec 2009 04:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://usbappz.com/2009/12/how-do-social-networking-sites-calculate-if-you-are-within-a-certain-degree-of-separation-efficiently/#comment-84360</guid>
		<description>i&#039;m not sure

http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm</description>
		<content:encoded><![CDATA[<p>i&#8217;m not sure</p>
<p><a href="http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm" rel="nofollow">http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm</a>
<p>
				<span id="reportcomment_results_div_84360"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 84360 );" title="Report this comment" rel="nofollow">Report this comment</a></span><br />
				<span id="reportcomment_comment_div_84360"></span>
			</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gstoll2003</title>
		<link>http://usbappz.com/2009/12/how-do-social-networking-sites-calculate-if-you-are-within-a-certain-degree-of-separation-efficiently/comment-page-1/#comment-84358</link>
		<dc:creator>gstoll2003</dc:creator>
		<pubDate>Tue, 15 Dec 2009 03:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://usbappz.com/2009/12/how-do-social-networking-sites-calculate-if-you-are-within-a-certain-degree-of-separation-efficiently/#comment-84358</guid>
		<description>You can view the structure of these friends relationships as a graph - each person is a node, and there is an edge between two nodes if those two people are friends.  Therefore, this problem is reduced to finding all nodes that are of distance three or less from the given node.  Dijkstra&#039;s algorithm (link below) is a clever algorithm that can be used to solve this in not too much time.

http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm</description>
		<content:encoded><![CDATA[<p>You can view the structure of these friends relationships as a graph &#8211; each person is a node, and there is an edge between two nodes if those two people are friends.  Therefore, this problem is reduced to finding all nodes that are of distance three or less from the given node.  Dijkstra&#8217;s algorithm (link below) is a clever algorithm that can be used to solve this in not too much time.</p>
<p><a href="http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm" rel="nofollow">http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm</a>
<p>
				<span id="reportcomment_results_div_84358"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 84358 );" title="Report this comment" rel="nofollow">Report this comment</a></span><br />
				<span id="reportcomment_comment_div_84358"></span>
			</p>
]]></content:encoded>
	</item>
</channel>
</rss>

