<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://united-coders.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>united-coders.com - puzzle</title>
 <link>http://united-coders.com/taxonomy/term/93/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>facebook Hacker Cup 2012 Qualification Round</title>
 <link>http://united-coders.com/christian-harms/facebook-hacker-cup-2012-qualification-round</link>
 <description>&lt;p&gt;The facebook hacker cup is a google-code-jam like coding contest - starting with the 2012 qualification round this weekend. Try to solve the &lt;a href=&quot;https://www.facebook.com/hackercup/problems.php?round=4&quot;&gt;2011 practice round&lt;/a&gt;. If you can submit your solution (the spinner after submit dont stops) try to check the result response with HTTPFox (it shows the correct / incorrect response) - hoping this will be fixed for this weekend.&lt;/p&gt;
&lt;p&gt;All solutions can be testet with &lt;a href=&quot;http://codejamer.com/&quot;&gt;codejammer.com&lt;/a&gt; - a fine javascript solution for running code contests like facebook hacker cup or google code jam.&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/christian-harms/facebook-hacker-cup-2012-qualification-round&quot;&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://united-coders.com/christian-harms/facebook-hacker-cup-2012-qualification-round&quot; dc:identifier=&quot;http://united-coders.com/christian-harms/facebook-hacker-cup-2012-qualification-round&quot; dc:title=&quot;facebook Hacker Cup 2012 Qualification Round&quot; trackback:ping=&quot;http://united-coders.com/trackback/117&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class=&#039;sexybookmarks-default-7297&#039;&gt;&lt;/div&gt;</description>
 <comments>http://united-coders.com/christian-harms/facebook-hacker-cup-2012-qualification-round#comments</comments>
 <category domain="http://united-coders.com/category/tags/code-jam">code jam</category>
 <category domain="http://united-coders.com/category/tags/hacker-cup">hacker cup</category>
 <category domain="http://united-coders.com/category/tags/puzzle">puzzle</category>
 <pubDate>Tue, 17 Jan 2012 16:01:18 +0000</pubDate>
 <dc:creator>Christian Harms</dc:creator>
 <guid isPermaLink="false">117 at http://united-coders.com</guid>
</item>
<item>
 <title>10 one-line solutions for project euler</title>
 <link>http://united-coders.com/christian-harms/10-one-line-solutions-for-project-euler</link>
 <description>&lt;h2&gt;What are one-line solutions?&lt;/h2&gt;
&lt;p&gt;Solving an problem from project euler can be a challenge or coding fun. The result of every problem is only one number, calculated by an algorithm. Some algorithms can be written as one expression. You get an one-liner if you can embed it in a function with only one line of code.&lt;/p&gt;
&lt;h2&gt;What is Project Euler?&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#039;http://projecteuler.net/&#039;&gt;Project Euler&lt;/a&gt; is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.&lt;/p&gt;
&lt;p&gt;After solving some project euler problems with python I got some one-line solutions with nice usage of &lt;a href=&#039;http://united-coders.com/christian-harms/functional-programming-with-python&#039;&gt;list comprehensions and functional programming&lt;/a&gt;. These code examples are not clean code but a challenge to find more one-line solutions. This article include my first 10 solutions for project euler as one-line python function. Dont use it to cheating the project - it should be a motivation to find smart coding solutions and participate to project euler. &lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/christian-harms/10-one-line-solutions-for-project-euler&quot;&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://united-coders.com/christian-harms/10-one-line-solutions-for-project-euler&quot; dc:identifier=&quot;http://united-coders.com/christian-harms/10-one-line-solutions-for-project-euler&quot; dc:title=&quot;10 one-line solutions for project euler&quot; trackback:ping=&quot;http://united-coders.com/trackback/92&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class=&#039;sexybookmarks-default-6898&#039;&gt;&lt;/div&gt;</description>
 <comments>http://united-coders.com/christian-harms/10-one-line-solutions-for-project-euler#comments</comments>
 <category domain="http://united-coders.com/category/tags/euler-prject">euler prject</category>
 <category domain="http://united-coders.com/category/tags/one-liner">one-liner</category>
 <category domain="http://united-coders.com/category/tags/puzzle">puzzle</category>
 <category domain="http://united-coders.com/category/tags/python">python</category>
 <pubDate>Tue, 28 Dec 2010 13:00:16 +0000</pubDate>
 <dc:creator>Christian Harms</dc:creator>
 <guid isPermaLink="false">92 at http://united-coders.com</guid>
</item>
<item>
 <title>Java Challenge: Dropping Balloons in Java</title>
 <link>http://united-coders.com/nico-heid/java-challenge-dropping-balloons-in-java</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Recently I read about a nice article in one of my monthly magazines. I won&#039;t give you the author right now, otherwise googling for the solution would be too easy.&lt;br /&gt;
He stated it as a possible interview question, but I really like it for the algorithm side of it. It reminded my strongly of some of the&lt;br /&gt;
examples given in the book &lt;a href=&quot;http://www.amazon.com/gp/product/0316778494?ie=UTF8&amp;amp;tag=nicoheidcom-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0316778494&quot;&gt;How Would You Move Mount Fuji?&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.com/e/ir?t=nicoheidcom-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0316919160&quot; alt=&quot;&quot; style=&quot;border: medium none ! important; margin: 0px ! important;&quot; border=&quot;0&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt; Which is excellent by the way.&lt;/p&gt;
&lt;p&gt;So your task is to write a Java function which computes the following:&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/nico-heid/java-challenge-dropping-balloons-in-java&quot;&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://united-coders.com/nico-heid/java-challenge-dropping-balloons-in-java&quot; dc:identifier=&quot;http://united-coders.com/nico-heid/java-challenge-dropping-balloons-in-java&quot; dc:title=&quot;Java Challenge: Dropping Balloons in Java&quot; trackback:ping=&quot;http://united-coders.com/trackback/40&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class=&#039;sexybookmarks-default-6099&#039;&gt;&lt;/div&gt;</description>
 <comments>http://united-coders.com/nico-heid/java-challenge-dropping-balloons-in-java#comments</comments>
 <category domain="http://united-coders.com/category/tags/algorithms">algorithms</category>
 <category domain="http://united-coders.com/category/tags/challenge">challenge</category>
 <category domain="http://united-coders.com/category/tags/java">java</category>
 <category domain="http://united-coders.com/category/tags/puzzle">puzzle</category>
 <pubDate>Sun, 15 Nov 2009 17:24:22 +0000</pubDate>
 <dc:creator>Nico Heid</dc:creator>
 <guid isPermaLink="false">40 at http://united-coders.com</guid>
</item>
</channel>
</rss>


