<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Algorithm Geeks Google Group</title>
  <link>http://groups.google.com/group/algogeeks</link>
  <description>Discuss ideas, algorithms, challenges related to programming. Also annoucements about Online Programming Contests will be posted in this group.</description>
  <language>en</language>
  <item>
  <title>Re: ant problem</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/494ed9bfa594fb77/d9520d860602c238?show_docid=d9520d860602c238</link>
  <description>
  Simple enough, xe&#39;s analysis is correct, &lt;br&gt; except xe starts at L1. The ant starts at &lt;br&gt; the origin and moves to L1 with a probability &lt;br&gt; of 1, accounting for one extra minute. &lt;br&gt; &lt;p&gt;So the answer is eight. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Geoff
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/494ed9bfa594fb77/d9520d860602c238?show_docid=d9520d860602c238</guid>
  <author>
  sumr...@gmail.com
  (Geoffrey Summerhayes)
  </author>
  <pubDate>Mon, 09 Nov 2009 04:07:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: [algogeeks] measure running time on windows XP</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/721c98bfe185a112/cc1af44caa3ad54a?show_docid=cc1af44caa3ad54a</link>
  <description>
  in time.h there&#39;s a function named clock() which counts cpu clocks since the &lt;br&gt; beginning of your program &lt;br&gt; it also contains a constant named CLOCKS_PER_SEC &lt;br&gt; so if you divide clock() by CLOCKS_PER_SEC at the end of your code you&#39;ll &lt;br&gt; get the running time &lt;br&gt; (remember to cast the result to double to get the exact result)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/721c98bfe185a112/cc1af44caa3ad54a?show_docid=cc1af44caa3ad54a</guid>
  <author>
  amir.hossein.shahri...@gmail.com
  (Amir hossein Shahriari)
  </author>
  <pubDate>Sun, 08 Nov 2009 07:36:07 UT
</pubDate>
  </item>
  <item>
  <title>measure running time on windows XP</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/721c98bfe185a112/775070e50bad431a?show_docid=775070e50bad431a</link>
  <description>
  Hi, &lt;br&gt; How can we measure running time of an algorithm on windows XP using &lt;br&gt; visual c++ ? &lt;br&gt; &lt;p&gt;Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/721c98bfe185a112/775070e50bad431a?show_docid=775070e50bad431a</guid>
  <author>
  shaker.far...@gmail.com
  (nikoo)
  </author>
  <pubDate>Sun, 08 Nov 2009 06:20:40 UT
</pubDate>
  </item>
  <item>
  <title>انتخاب دختر شايسته ايران سال 1355</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/fd394bc025ffd1b1/ffb8baa0caa81581?show_docid=ffb8baa0caa81581</link>
  <description>
    &lt;br&gt;   &lt;br&gt;   &lt;br&gt; سال 1355 &lt;br&gt;   &lt;br&gt; مراسم انتخاب دختر شايسته ي ايران که از سال هاي دور ، به همّت مجله ي زن روز هر ساله در ايران انجام مي شد در سال 1355 نيز در هتل هيلتون تهران برگزار شد و بيست فيناليست اين مسابقه که در مدت طي مدت يک سال برگزيده شده بودند در شب فينال مسابقه با هم به رقابت پرداختند.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/fd394bc025ffd1b1/ffb8baa0caa81581?show_docid=ffb8baa0caa81581</guid>
  <author>
  amin...@gmail.com
  (Aminooo~)
  </author>
  <pubDate>Sat, 07 Nov 2009 08:03:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: [algogeeks] Sum of the Sequence</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/faed7e282b7c4ebf/f53a1eff7d9ef22f?show_docid=f53a1eff7d9ef22f</link>
  <description>
  Thanks a ton. I found finite calculus very interesting and useful ! &lt;br&gt; &lt;p&gt;-- &lt;br&gt; nikhil-
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/faed7e282b7c4ebf/f53a1eff7d9ef22f?show_docid=f53a1eff7d9ef22f</guid>
  <author>
  nikhilgar...@gmail.com
  (nikhil garg)
  </author>
  <pubDate>Sat, 07 Nov 2009 06:52:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to find number of Cycles in a Graph...</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/1f208160bdf7b952/dbac746f1e7edd54?show_docid=dbac746f1e7edd54</link>
  <description>
  Find polynomials of its adjacency matrix. The resulting polynomial &lt;br&gt; consists from loop, edge, cycle and edge-cycle polynomials. &lt;br&gt; kunzmilan
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/1f208160bdf7b952/dbac746f1e7edd54?show_docid=dbac746f1e7edd54</guid>
  <author>
  kunzmi...@atlas.cz
  (kunzmilan)
  </author>
  <pubDate>Sat, 07 Nov 2009 07:24:37 UT
</pubDate>
  </item>
  <item>
  <title>اصفهانيه و سرعت</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/78d673d6db6f25a3/962d0eaddc8d099a?show_docid=962d0eaddc8d099a</link>
  <description>
  اصفهانيه داشته توي اتوبان با سرعت ۱۸۰ كيلومتر در ساعت مي رفته كه پليس با دوربينش شكارش مي كنه و ماشينشو متوقف مي كنه. پليسه مياد كنار ماشينو ميگه: گواهينامه و كارت ماشينو بدين.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/78d673d6db6f25a3/962d0eaddc8d099a?show_docid=962d0eaddc8d099a</guid>
  <author>
  amin...@gmail.com
  (Aminooo~)
  </author>
  <pubDate>Sat, 07 Nov 2009 07:00:18 UT
</pubDate>
  </item>
  <item>
  <title>ART</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/3b52b3d0b921233b/20f88938a7357bb6?show_docid=20f88938a7357bb6</link>
  <description>
  Aminooo.com
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/3b52b3d0b921233b/20f88938a7357bb6?show_docid=20f88938a7357bb6</guid>
  <author>
  amin...@gmail.com
  (Aminooo~)
  </author>
  <pubDate>Sat, 07 Nov 2009 06:56:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: [algogeeks] How to find number of Cycles in a Graph...</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/1f208160bdf7b952/1d7e6af6baf66e73?show_docid=1d7e6af6baf66e73</link>
  <description>
  This maybe of some use: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://scitation.aip.org/getpdf/servlet/GetPDFServlet?filetype=pdf&amp;id=SMJCAT000004000001000077000001&amp;idtype=cvips&amp;prog=normal&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;-- &lt;br&gt; We are here on earth to do good for others. What the others are here for, I &lt;br&gt; don&#39;t know. &lt;br&gt; &lt;p&gt;Afroz Mohiuddin &lt;br&gt; Final Year Masters Student
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/1f208160bdf7b952/1d7e6af6baf66e73?show_docid=1d7e6af6baf66e73</guid>
  <author>
  afrozena...@gmail.com
  (Afroz Mohiuddin)
  </author>
  <pubDate>Sat, 07 Nov 2009 03:22:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: [algogeeks] Re: ant problem</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/494ed9bfa594fb77/c8183e783558730a?show_docid=c8183e783558730a</link>
  <description>
  @geoffery &lt;br&gt; plz give your method..
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/494ed9bfa594fb77/c8183e783558730a?show_docid=c8183e783558730a</guid>
  <author>
  ankur.mast....@gmail.com
  (ankur aggarwal)
  </author>
  <pubDate>Fri, 06 Nov 2009 16:08:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: [algogeeks] Re: ant problem</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/494ed9bfa594fb77/431cd0bcfa03e5cb?show_docid=431cd0bcfa03e5cb</link>
  <description>
  7 is correct &lt;br&gt; &lt;p&gt;-- &lt;br&gt; We are here on earth to do good for others. What the others are here for, I &lt;br&gt; don&#39;t know. &lt;br&gt; &lt;p&gt;Afroz Mohiuddin &lt;br&gt; Final Year Masters Student &lt;br&gt; Dept Computer Science and Engineering &lt;br&gt; Indian Institute of Technology Kanpur &lt;br&gt; Kanpur - 208016 &lt;br&gt; INDIA &lt;br&gt; &lt;p&gt;Address: F-112 Hall 9 &lt;br&gt; Telephone: [91]9838773891
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/494ed9bfa594fb77/431cd0bcfa03e5cb?show_docid=431cd0bcfa03e5cb</guid>
  <author>
  afrozena...@gmail.com
  (Afroz Mohiuddin)
  </author>
  <pubDate>Sat, 07 Nov 2009 02:25:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [algogeeks] Horse race</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/ad88c6369b0df47e/6ed46f273c5c4b81?show_docid=6ed46f273c5c4b81</link>
  <description>
  in the 6th race, you choose A1,B1,C1,D1,E! to race. you can get their &lt;br&gt; relative rank. &lt;br&gt; without lose generality, we choose A1,B1,C! as the fastest three horses, yes, E1 &lt;br&gt; can be the fastest, and accordingly in 7th race, you must choose E2,E3 to race, &lt;br&gt; the same as you choose A2 ,A3 to race in 7th race when A1 is the fatest
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/ad88c6369b0df47e/6ed46f273c5c4b81?show_docid=6ed46f273c5c4b81</guid>
  <author>
  ssq...@gmail.com
  (Shiqing Shen)
  </author>
  <pubDate>Fri, 06 Nov 2009 09:18:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: ant problem</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/494ed9bfa594fb77/3147df5aa822ed02?show_docid=3147df5aa822ed02</link>
  <description>
  Eight minutes. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Geoff
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/494ed9bfa594fb77/3147df5aa822ed02?show_docid=3147df5aa822ed02</guid>
  <author>
  sumr...@gmail.com
  (Geoffrey Summerhayes)
  </author>
  <pubDate>Fri, 06 Nov 2009 12:23:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: [algogeeks] finding nth element of a tree without using recursion..</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/269b678e5789fd9a/caa22b5a2d0a2aa7?show_docid=caa22b5a2d0a2aa7</link>
  <description>
  stack&amp;lt;struct node *&amp;gt;st; &lt;br&gt; start with root &lt;br&gt; ptr=root; &lt;br&gt; while(ptr!=null&amp;amp;&amp;amp;count!=k) &lt;br&gt; { &lt;br&gt; st.push(ptr); &lt;br&gt; ++count; &lt;br&gt; if(ptr-&amp;gt;left!=null) &lt;br&gt; ptr=ptr-&amp;gt;left &lt;br&gt; else &lt;br&gt; ptr=ptr-&amp;gt;right
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/269b678e5789fd9a/caa22b5a2d0a2aa7?show_docid=caa22b5a2d0a2aa7</guid>
  <author>
  aryansmit3...@gmail.com
  (sharad kumar)
  </author>
  <pubDate>Fri, 06 Nov 2009 10:31:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: [algogeeks] Sum of the Sequence</title>
  <link>http://groups.google.com/group/algogeeks/browse_thread/thread/faed7e282b7c4ebf/dbff085e49842c32?show_docid=dbff085e49842c32</link>
  <description>
  Thank you so much ! :) &lt;br&gt; &lt;p&gt;On Fri, Nov 6, 2009 at 11:00 AM, Prunthaban Kanthakumar &amp;lt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/algogeeks/browse_thread/thread/faed7e282b7c4ebf/dbff085e49842c32?show_docid=dbff085e49842c32</guid>
  <author>
  abhijith200...@gmail.com
  (abhijith reddy)
  </author>
  <pubDate>Fri, 06 Nov 2009 06:05:09 UT
</pubDate>
  </item>
  </channel>
</rss>
