<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Well, that about wraps it up for God</title>
	<atom:link href="http://apurvnakade.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://apurvnakade.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sun, 11 Jan 2009 20:45:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='apurvnakade.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Well, that about wraps it up for God</title>
		<link>http://apurvnakade.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://apurvnakade.wordpress.com/osd.xml" title="Well, that about wraps it up for God" />
	<atom:link rel='hub' href='http://apurvnakade.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Maximal points</title>
		<link>http://apurvnakade.wordpress.com/2009/01/06/maximal-points/</link>
		<comments>http://apurvnakade.wordpress.com/2009/01/06/maximal-points/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 10:11:51 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Unsolved]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=75</guid>
		<description><![CDATA[Define a partial order in points on Rn based on their coordinates i.e. A&#62;B iff all coordinates of A are greater than coordinates of B. Give an efficient algorithm to find the set of all maximal points from a given input set.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=75&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Define a partial order in points on R<sup>n</sup> based on their coordinates i.e. A&gt;B iff all coordinates of A are greater than coordinates of B. Give an efficient algorithm to find the set of all maximal points from a given input set.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=75&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2009/01/06/maximal-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
		<item>
		<title>Closest pair problem</title>
		<link>http://apurvnakade.wordpress.com/2009/01/03/closest-pair-problem/</link>
		<comments>http://apurvnakade.wordpress.com/2009/01/03/closest-pair-problem/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 17:01:12 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Solved]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=71</guid>
		<description><![CDATA[Given a set points in 2D give an algorithm to find the closest pair of points amongst them. Generalize for Rn. I know a O(nlogn) solution for 2D. Hopefully it will generalize for Rn.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=71&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Given a set points in 2D give an algorithm to find the closest pair of points amongst them. Generalize for R<sup>n</sup>.</p>
<p>I know a O(nlogn) solution for 2D. Hopefully it will generalize for R<sup>n</sup>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=71&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2009/01/03/closest-pair-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
		<item>
		<title>Convergence</title>
		<link>http://apurvnakade.wordpress.com/2008/12/25/convergence/</link>
		<comments>http://apurvnakade.wordpress.com/2008/12/25/convergence/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 07:14:50 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Solved]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=62</guid>
		<description><![CDATA[Consider sequence a1, a2,&#8230; with a1=1, a2=2, ak = smallest integer such that there is not 3-term AP in a1, a2,&#8230;,ak. Prove that converges. This actually is almost true due to Erdős conjecture.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=62&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Consider sequence a<sub>1</sub>, a<sub>2</sub>,&#8230; with a<sub>1</sub>=1, a<sub>2</sub>=2, a<sub>k</sub> = smallest integer such that there is not 3-term AP in a<sub>1</sub>, a<sub>2</sub>,&#8230;,a<sub>k</sub>. Prove that <img src='http://s0.wp.com/latex.php?latex=%5CSigma+a_i&amp;bg=eeeae8&amp;fg=000000&amp;s=0' alt='&#92;Sigma a_i' title='&#92;Sigma a_i' class='latex' /> converges.</p>
<p>This actually is <i>almost true</i> due to <a href="http://en.wikipedia.org/wiki/Erdős_conjecture_on_arithmetic_progressions">Erdős conjecture</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=62&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2008/12/25/convergence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
		<item>
		<title>Trees again</title>
		<link>http://apurvnakade.wordpress.com/2008/12/25/trees-again/</link>
		<comments>http://apurvnakade.wordpress.com/2008/12/25/trees-again/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 07:07:38 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Solved]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=60</guid>
		<description><![CDATA[What is the necessary and sufficient condition for a given tuple (g1, g1,&#8230;, gk) to be the degrees of the vertices of a tree? In case they are what is the number of labeled trees possible?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=60&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What is the necessary and sufficient condition for a given tuple (g<sub>1</sub>, g<sub>1</sub>,&#8230;, g<sub>k</sub>) to be the degrees of the vertices of a tree? In case they are what is the number of labeled trees possible?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=60&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2008/12/25/trees-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
		<item>
		<title>IMO&#8217;08 Prob 3</title>
		<link>http://apurvnakade.wordpress.com/2008/12/24/imo08-prob-3/</link>
		<comments>http://apurvnakade.wordpress.com/2008/12/24/imo08-prob-3/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 12:03:26 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Solved]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=55</guid>
		<description><![CDATA[Prove that there are infinitely many positive integers n such that  n2+1 has a prime divisor greater than 2n + √(2n).<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=55&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Prove that there are infinitely many positive integers n such that  n<sup>2</sup>+1 has a prime divisor greater than 2n + √(2n).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=55&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2008/12/24/imo08-prob-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
		<item>
		<title>Hall&#8217;s theorem</title>
		<link>http://apurvnakade.wordpress.com/2008/12/23/halls-theorem/</link>
		<comments>http://apurvnakade.wordpress.com/2008/12/23/halls-theorem/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 18:55:59 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Solved]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=53</guid>
		<description><![CDATA[Prove it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=53&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Prove it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=53&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2008/12/23/halls-theorem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
		<item>
		<title>Trees</title>
		<link>http://apurvnakade.wordpress.com/2008/12/20/trees/</link>
		<comments>http://apurvnakade.wordpress.com/2008/12/20/trees/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 16:38:37 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Solved]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=47</guid>
		<description><![CDATA[Prove that number of labeled trees with n vertices is nn-2.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=47&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Prove that number of labeled trees with n vertices is n<sup>n-2</sup>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=47&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2008/12/20/trees/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
		<item>
		<title>Bird watch</title>
		<link>http://apurvnakade.wordpress.com/2008/12/18/38/</link>
		<comments>http://apurvnakade.wordpress.com/2008/12/18/38/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 14:05:06 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=38</guid>
		<description><![CDATA[&#8220;n&#8221; birds are sitting on (0,1). Each bird sees the nearest neighbor. Find the average number of birds being seen.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=38&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;n&#8221; birds are sitting on (0,1). Each bird sees the nearest neighbor. Find the average number of birds being seen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=38&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2008/12/18/38/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
		<item>
		<title>Almost there</title>
		<link>http://apurvnakade.wordpress.com/2008/12/14/almost-there/</link>
		<comments>http://apurvnakade.wordpress.com/2008/12/14/almost-there/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 12:30:04 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Theory of computation]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=31</guid>
		<description><![CDATA[Prove &#8216;think i found the proof. Here&#8217;s how it goes. We construct a graph out of the given statement. If there are n-symbols, then we have 2n vertices, corresponding to the symbols and their negations. Then we connect two vertices a to b with a directed edge iff the statement contains &#8220;~a or b&#8221;.  We [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=31&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Prove</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=2CNF+%5Cin+P&amp;bg=eeeae8&amp;fg=000000&amp;s=0' alt='2CNF &#92;in P' title='2CNF &#92;in P' class='latex' /></p>
<p style="text-align:left;">&#8216;think i found the proof. Here&#8217;s how it goes. We construct a graph out of the given statement. If there are n-symbols, then we have 2n vertices, corresponding to the symbols and their negations. Then we connect two vertices a to b with a directed edge iff the statement contains &#8220;~a or b&#8221;.  We remove all self loops. Create a matrix which stores the distances between each pair of vertices. That&#8217;s it!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=31&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2008/12/14/almost-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
		<item>
		<title>Figure this out</title>
		<link>http://apurvnakade.wordpress.com/2008/12/09/figure-this-out/</link>
		<comments>http://apurvnakade.wordpress.com/2008/12/09/figure-this-out/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 18:07:58 +0000</pubDate>
		<dc:creator>apurvnakade</dc:creator>
				<category><![CDATA[Theory of computation]]></category>
		<category><![CDATA[combinatorics]]></category>

		<guid isPermaLink="false">http://apurvnakade.wordpress.com/?p=22</guid>
		<description><![CDATA[Let P(n) denote the number of partitions of n then  If you do not get the notation, the pair &#60;r,j&#62; vary over [1,n]x[1,n] so take n2 values. The proof turned out to be real nice. The left hand side is the sum of all the elements of the partitions. To get the RHS count the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=22&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let P(n) denote the number of partitions of n then </p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=nP%28n%29+%3D+%5CSigma_%7B%3Cr%2Cj%3E%5Cin+%5B1%2Cn%5D%2A%5B1%2Cn%5D%7D+rP%28n-jr%29+&amp;bg=eeeae8&amp;fg=000000&amp;s=0' alt='nP(n) = &#92;Sigma_{&lt;r,j&gt;&#92;in [1,n]*[1,n]} rP(n-jr) ' title='nP(n) = &#92;Sigma_{&lt;r,j&gt;&#92;in [1,n]*[1,n]} rP(n-jr) ' class='latex' /></p>
<p>If you do not get the notation, the pair &lt;r,j&gt; vary over [1,n]x[1,n] so take n<sup>2</sup> values.</p>
<p>The proof turned out to be real nice. The left hand side is the sum of all the elements of the partitions. To get the RHS count the number of times &#8220;i&#8221; occurs and the number turns out to be P(n-i) + P(n-2i) + P(n-3i) + P(n-4i) + &#8230; QED</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apurvnakade.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apurvnakade.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apurvnakade.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apurvnakade.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apurvnakade.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apurvnakade.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apurvnakade.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apurvnakade.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apurvnakade.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apurvnakade.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apurvnakade.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apurvnakade.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apurvnakade.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apurvnakade.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apurvnakade.wordpress.com&amp;blog=5167318&amp;post=22&amp;subd=apurvnakade&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apurvnakade.wordpress.com/2008/12/09/figure-this-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4debdf8885642fa36a7e32c47a23bfdf?s=96&#38;d=identicon" medium="image">
			<media:title type="html">apurv</media:title>
		</media:content>
	</item>
	</channel>
</rss>
