<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/algogeeks</id>
  <title type="text">Algorithm Geeks Google Group</title>
  <subtitle type="text">
  Discuss ideas, algorithms, challenges related to programming. Also annoucements about Online Programming Contests will be posted in this group.
  </subtitle>
  <link href="/group/algogeeks/feed/atom_v1_0_msgs.xml" rel="self" title="Algorithm Geeks feed"/>
  <updated>2009-11-20T14:11:07Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>sharad kumar</name>
  <email>aryansmit3...@gmail.com</email>
  </author>
  <updated>2009-11-20T14:11:07Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/2c7a4acfffbf8310/3370f6831445b3d0?show_docid=3370f6831445b3d0</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/2c7a4acfffbf8310/3370f6831445b3d0?show_docid=3370f6831445b3d0"/>
  <title type="text">Re: [algogeeks] Dominoes Covering</title>
  <summary type="html" xml:space="preserve">
  are u asking about dancing links as told in toacp for exact cover &lt;br&gt; problem.isnt this an NP complete according to CLRS
  </summary>
  </entry>
  <entry>
  <author>
  <name>ShingRay</name>
  <email>masterrays...@gmail.com</email>
  </author>
  <updated>2009-11-20T13:12:31Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/2c7a4acfffbf8310/770afad21ae84d42?show_docid=770afad21ae84d42</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/2c7a4acfffbf8310/770afad21ae84d42?show_docid=770afad21ae84d42"/>
  <title type="text">Dominoes Covering</title>
  <summary type="html" xml:space="preserve">
  Hi, here is the problem: &lt;br&gt; &lt;p&gt;Given a m*n chessboard, determine if it is possible to use p*q &lt;br&gt; dominoes completely cover it? Domnoes cannot cross each other. &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; Ray
  </summary>
  </entry>
  <entry>
  <author>
  <name>dinesh bansal</name>
  <email>bansal...@gmail.com</email>
  </author>
  <updated>2009-11-20T04:27:16Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/d5825e1af3bdfb06/6981285f5a6012ad?show_docid=6981285f5a6012ad</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/d5825e1af3bdfb06/6981285f5a6012ad?show_docid=6981285f5a6012ad"/>
  <title type="text">Re: [algogeeks] Print binary tree in spiral</title>
  <summary type="html" xml:space="preserve">
  store the nodes in an array at their specific locations. At the end, display &lt;br&gt; the nodes from the array. &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; -- &lt;br&gt; Dinesh Bansal &lt;br&gt; The Law of Win says, &amp;quot;Let&#39;s not do it your way or my way; let&#39;s do it the &lt;br&gt; best way.&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gene</name>
  <email>gene.ress...@gmail.com</email>
  </author>
  <updated>2009-11-19T00:47:30Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/58720cb1c619db0e?show_docid=58720cb1c619db0e</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/58720cb1c619db0e?show_docid=58720cb1c619db0e"/>
  <title type="text">Re: Find nearest point</title>
  <summary type="html" xml:space="preserve">
  This is called ... wait for it ... the &amp;quot;nearest neighbor search&amp;quot; &lt;br&gt; problem. Plug that into your favorite search engine. You&#39;ll get some &lt;br&gt; of the solutions already presented here and quite a few more.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ralph Boland</name>
  <email>rpbol...@gmail.com</email>
  </author>
  <updated>2009-11-18T18:24:39Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/7f0387c95f281171?show_docid=7f0387c95f281171</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/7f0387c95f281171?show_docid=7f0387c95f281171"/>
  <title type="text">Re: Find nearest point</title>
  <summary type="html" xml:space="preserve">
  The standard solution to this problem is to use a Voronoi diagram. &lt;br&gt; I am only familiar with the Euclidean version but I see no problem &lt;br&gt; constructing a Voronoi diagram on the surface of a sphere. &lt;br&gt; &lt;p&gt;Ralph Boland
  </summary>
  </entry>
  <entry>
  <author>
  <name>rahul rai</name>
  <email>raikra...@gmail.com</email>
  </author>
  <updated>2009-11-18T12:08:02Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/4829275fa96e728a/343e98539c71179a?show_docid=343e98539c71179a</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/4829275fa96e728a/343e98539c71179a?show_docid=343e98539c71179a"/>
  <title type="text">Re: [algogeeks] Ruby on rails help</title>
  <summary type="html" xml:space="preserve">
  hello; can any body give me a link to download to THE SOLUTION MANNUAL &lt;br&gt; TO CLRS ALGORITHMS TEXTBOOK &lt;br&gt; &lt;p&gt;I NEED IT URGRNTLY
  </summary>
  </entry>
  <entry>
  <author>
  <name>monty 1987</name>
  <email>1986mo...@gmail.com</email>
  </author>
  <updated>2009-11-18T11:33:21Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/4829275fa96e728a/f4eb6c23f7c8889e?show_docid=f4eb6c23f7c8889e</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/4829275fa96e728a/f4eb6c23f7c8889e?show_docid=f4eb6c23f7c8889e"/>
  <title type="text">Re: [algogeeks] Ruby on rails help</title>
  <summary type="html" xml:space="preserve">
  Ye naya Ruby on Rails ka kya funda hai???????? &lt;br&gt; &lt;p&gt;On Wed, Nov 18, 2009 at 9:37 AM, nitin mathur
  </summary>
  </entry>
  <entry>
  <author>
  <name>jbe</name>
  <email>j.bean.ea...@gmail.com</email>
  </author>
  <updated>2009-11-18T11:13:12Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/010d510608032f6c?show_docid=010d510608032f6c</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/010d510608032f6c?show_docid=010d510608032f6c"/>
  <title type="text">Re: Find nearest point</title>
  <summary type="html" xml:space="preserve">
  This is quite closely related to boids: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.red3d.com/cwr/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Simply put, each boid is aware of its near neighbours: not just the &lt;br&gt; nearest one, but all that are nearer than some chosen distance. For &lt;br&gt; that, the space is divided into partitions that keep track of the &lt;br&gt; boids that are are within it, and also each boid knows in which
  </summary>
  </entry>
  <entry>
  <author>
  <name>nitin mathur</name>
  <email>nitinkumar.mat...@gmail.com</email>
  </author>
  <updated>2009-11-18T04:07:35Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/4829275fa96e728a/d0edf9f846f60201?show_docid=d0edf9f846f60201</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/4829275fa96e728a/d0edf9f846f60201?show_docid=d0edf9f846f60201"/>
  <title type="text">Ruby on rails help</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;Is there anybody working on Ruby on Rails..Plzz reply if there.. &lt;br&gt; &lt;p&gt;Thnx &lt;br&gt; Nitin Mathur &lt;br&gt; Joan Crawford&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brainyquote.com/quotes/authors/j/joan_crawford.html&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; - &amp;quot;I, Joan Crawford, I believe in the dollar. Everything I earn, I &lt;br&gt; spend.&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nayn</name>
  <email>nayanish.hi...@gmail.com</email>
  </author>
  <updated>2009-11-18T02:35:57Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/d5825e1af3bdfb06/f5d9aa931096fdaf?show_docid=f5d9aa931096fdaf</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/d5825e1af3bdfb06/f5d9aa931096fdaf?show_docid=f5d9aa931096fdaf"/>
  <title type="text">Print binary tree in spiral</title>
  <summary type="html" xml:space="preserve">
  Hi guys, &lt;br&gt; Recently I came across a problem. We&#39;ve to display a binary tree in &lt;br&gt; spiral. &lt;br&gt; 1. We need to print the nodes in BFS manner. &lt;br&gt; 2. The nodes should be displayed in alternate direction; in one level &lt;br&gt; from left to right and in next level right to left. &lt;br&gt; Needless to mention, we need least time complex solution.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Algoose Chase</name>
  <email>harishp...@gmail.com</email>
  </author>
  <updated>2009-11-17T17:22:10Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/18d377680ce91281?show_docid=18d377680ce91281</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/18d377680ce91281?show_docid=18d377680ce91281"/>
  <title type="text">Re: [algogeeks] Find nearest point</title>
  <summary type="html" xml:space="preserve">
  Hi , &lt;br&gt; &lt;p&gt;I dont mean to present the exact solution but a trivial and &lt;br&gt; (hopefully)possible one. &lt;br&gt; Maintain 2 &amp;lt;latitude,longitude&amp;gt; vectors one sorted based on Latitude values &lt;br&gt; and other sorted based on Longitude values. &lt;br&gt; Given a coordinate say (x,y) , from the vector sorted based on latitudes &lt;br&gt; identify the coordinates whose latitude is close to X and keep a track of
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aditya Shankar</name>
  <email>iitm.adityashan...@gmail.com</email>
  </author>
  <updated>2009-11-17T16:26:09Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/a20be6f1c963f12a?show_docid=a20be6f1c963f12a</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/a20be6f1c963f12a?show_docid=a20be6f1c963f12a"/>
  <title type="text">Re: [algogeeks] Find nearest point</title>
  <summary type="html" xml:space="preserve">
  2009/11/17 Aditya Shankar &amp;lt;iitm.adityashan...@gmail.com&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aditya Shankar</name>
  <email>iitm.adityashan...@gmail.com</email>
  </author>
  <updated>2009-11-17T16:17:55Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/6008ba69efdf6de2?show_docid=6008ba69efdf6de2</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/6008ba69efdf6de2?show_docid=6008ba69efdf6de2"/>
  <title type="text">Re: [algogeeks] Find nearest point</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Have a look at kd-trees. &lt;br&gt; &lt;p&gt;Regards &lt;br&gt; Aditya Shankar &lt;br&gt; &lt;p&gt;2009/11/17 Tiago Reul &amp;lt;tiagor...@gmail.com&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paksas</name>
  <email>ptroc...@gmail.com</email>
  </author>
  <updated>2009-11-17T22:51:17Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/5f34e6c7ac478953?show_docid=5f34e6c7ac478953</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/5f34e6c7ac478953?show_docid=5f34e6c7ac478953"/>
  <title type="text">Re: Find nearest point</title>
  <summary type="html" xml:space="preserve">
  At it simplest, you could use a spatial partitioning structure of some &lt;br&gt; sort - I&#39;m guessing a quadtree would be more than perfect in this &lt;br&gt; case. It would cut down your search time to O(lg(n)). &lt;br&gt; &lt;p&gt;The problem becomes a bit more complicated if you assume the people &lt;br&gt; can move (well - that&#39;s obvious, but maybe your problem doesn&#39;t
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tiago Reul</name>
  <email>tiagor...@gmail.com</email>
  </author>
  <updated>2009-11-17T14:09:25Z</updated>
  <id>http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/9ee101588c9854ed?show_docid=9ee101588c9854ed</id>
  <link href="http://groups.google.com/group/algogeeks/browse_thread/thread/b23cc41885aa641f/9ee101588c9854ed?show_docid=9ee101588c9854ed"/>
  <title type="text">Find nearest point</title>
  <summary type="html" xml:space="preserve">
  Suppose that you have the position of each person in the world. &lt;br&gt; Position is the pair (latitude, longitude). &lt;br&gt; &lt;p&gt;How to represent the data so that I can find the nearest person &lt;br&gt; from a point (ö,ë) without comparing to every pair in the collection?
  </summary>
  </entry>
</feed>
