<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Coffee Break Coding Challenge in BreakPoint</title>
    <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923475#M18565</link>
    <description>&lt;P&gt;are we limited to decimal digits or limited by non-duplicated digits in any place? (eg. for "123" would 1123 be a valid solution?&amp;nbsp; This, I believe but do not wish to prove mathematically today, would theoretically unbound the solution by allowing 123, 1233, 123.3, 123.23, ad nasuem as member of the set solving the problem )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Love these types of posts!&amp;nbsp; Really tough to pose these problems!&amp;nbsp; noobs do it better&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://forums.ni.com/i/smilies/16x16_smiley-surprised.gif" alt="Smiley Surprised" title="Smiley Surprised" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can pose these problems.... I would love to play!&amp;nbsp; I'm just not sharp enough to forment the questions.&amp;nbsp; Really (I do puzzles often, and really like the problem solving... I do not author puzzles.&amp;nbsp; That takes a skill set I lack)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;123.1&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;</description>
    <pubDate>Thu, 22 Mar 2012 03:08:05 GMT</pubDate>
    <dc:creator>JÞB</dc:creator>
    <dc:date>2012-03-22T03:08:05Z</dc:date>
    <item>
      <title>Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922155#M18533</link>
      <description>&lt;P&gt;I really enjoyed having a go at &lt;A href="http://forums.ni.com/t5/BreakPoint/fizbuzz-a-simple-coding-challenge/td-p/1902657" target="_self"&gt;Jcarmody's FizzBuzz Challenge&lt;/A&gt;&amp;nbsp;a couple of weeks ago.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It was a bit of a distraction during a lunch break, but more importantly seeing other peoples solutions gave me new insight on how some functions operate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i'm posting a new Coffee Break Coding Challenge (fanfare please! &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The challenge is supposed to be a simple 5-10 min puzzle (but some Knights might struggle to make it last 5 - 10 secs &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.ni.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;), hopefully producing some varied solutions that we can all learn from.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this takes off and enough people enjoy it, perhaps we could make a regular feature. Anyway I'm getting ahead of myself; so here is the first Challenge:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"For any number, find the next highest number that uses all of the same digits. E.g. The next highest number after 123, using all the digits 1, 2 &amp;amp; 3, is 132."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-CC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p.s. Post your solutions in a spoiler box to avoid sending people down the same path as you! &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 13:19:53 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922155#M18533</guid>
      <dc:creator>ChrissyC</dc:creator>
      <dc:date>2012-03-21T13:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922385#M18541</link>
      <description>&lt;P&gt;Interesting. I probably won't have time for this before the weekend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, what are the limits on "any number", does it need to fit in one of the integer data types or can it have a near infinite number of digits?&lt;/P&gt;
&lt;P&gt;Is the input number a decimally formatted string?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 14:54:14 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922385#M18541</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2012-03-21T14:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922413#M18544</link>
      <description>&lt;P&gt;And since I am doing a stand-up coding routine let me ask...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;THe input value will be assumed to have a larger available eg 321 ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 15:02:58 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922413#M18544</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2012-03-21T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922431#M18547</link>
      <description>&lt;P&gt;I did think about putting in strictly defined conditions on the input number, but I thought this might limit the creativity of some solutions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A basic program might consider that only integers data types are allowed, but a more complex one would consider alternatives.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess my answer would be that it is up to you to define what "any number" means and either state the conditions your solution works for or impliment controls to ensure that people can't break it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-CC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p.s. If this is too vague then we could easily introduce type definitions into the challenge description&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 15:06:01 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922431#M18547</guid>
      <dc:creator>ChrissyC</dc:creator>
      <dc:date>2012-03-21T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922441#M18548</link>
      <description>&lt;P&gt;As ben pointed out, there are quite a few numbers that don't have a solution. (321, 555555555555555555, etc.)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 15:08:31 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922441#M18548</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2012-03-21T15:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922455#M18549</link>
      <description>&lt;P&gt;Ben, Altenbach&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I realised this when I was going to use 321 as the example in the challenge description!&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would say that it's the programmers responsibility to check that an input will function correctly with his/her programme and alert the user if it won't.&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.ni.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-CC&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 15:16:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1922455#M18549</guid>
      <dc:creator>ChrissyC</dc:creator>
      <dc:date>2012-03-21T15:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923475#M18565</link>
      <description>&lt;P&gt;are we limited to decimal digits or limited by non-duplicated digits in any place? (eg. for "123" would 1123 be a valid solution?&amp;nbsp; This, I believe but do not wish to prove mathematically today, would theoretically unbound the solution by allowing 123, 1233, 123.3, 123.23, ad nasuem as member of the set solving the problem )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Love these types of posts!&amp;nbsp; Really tough to pose these problems!&amp;nbsp; noobs do it better&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://forums.ni.com/i/smilies/16x16_smiley-surprised.gif" alt="Smiley Surprised" title="Smiley Surprised" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can pose these problems.... I would love to play!&amp;nbsp; I'm just not sharp enough to forment the questions.&amp;nbsp; Really (I do puzzles often, and really like the problem solving... I do not author puzzles.&amp;nbsp; That takes a skill set I lack)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;123.1&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;</description>
      <pubDate>Thu, 22 Mar 2012 03:08:05 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923475#M18565</guid>
      <dc:creator>JÞB</dc:creator>
      <dc:date>2012-03-22T03:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923717#M18569</link>
      <description>&lt;P&gt;Right ok guys, this is all my fault for not properly defining the challenge (surely this never happens in the real world! &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.ni.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So now i'm going to redefine the problem:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your task (should you choose to accept it) is to produce a piece of code that will accept any &lt;U&gt;integer&lt;/U&gt; input and calculate the next highest integer that uses all of the same digits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Limits:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;only integer numbers can be inputted or returned.&lt;/LI&gt;
&lt;LI&gt;each digit can only be used once. e.g &amp;nbsp;for 123 the next highest is 132, you cannot use the 1 twice to give 131.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cue the A-team music and good luck!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2012 09:19:33 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923717#M18569</guid>
      <dc:creator>ChrissyC</dc:creator>
      <dc:date>2012-03-22T09:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923845#M18573</link>
      <description>&lt;P&gt;OK, so here is a baseline - the stupid, brute force approach. No math, no elegance, just a quick and dirty solution, which seems to work correctly. It even handles duplicate digits, but it only works with positive integers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/69933i87C5589754812D09/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Find Next Number.png" title="Find Next Number.png" border="0" align="middle" /&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2012 11:44:29 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923845#M18573</guid>
      <dc:creator>tst</dc:creator>
      <dc:date>2012-03-22T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923965#M18576</link>
      <description>&lt;P&gt;Here's my crack at this, done over lunch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sure there are much more elegant ways of doing the maths and sorting the arrays etc. so comments/improvements on any pieces of code in this thread here would be a great help to everyone. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I confidently expect to see this re-posted in the Rube thread &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/69941i0BEA2EA48847D0B3/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="NHN.png" title="NHN.png" align="center" /&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;You're going to have to excuse the wiring - I've still got a giant sandwich to get through before the lunch hour is over!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-CC &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2012 13:35:27 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923965#M18576</guid>
      <dc:creator>ChrissyC</dc:creator>
      <dc:date>2012-03-22T13:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923997#M18577</link>
      <description>&lt;LI-SPOILER&gt;Not even coding it! .... Integer to "String",&amp;nbsp; String to byte array, For each element in array build new array with the remaining elements sorted(split array, sort array), New array to string, Sort String Array, Threshold New array as String. Threshold index rounded up {to get the next higher} Scan String %d.&lt;/LI-SPOILER&gt;
&lt;LI-SPOILER&gt;Isn't ASCII fun?&lt;/LI-SPOILER&gt;</description>
      <pubDate>Thu, 22 Mar 2012 14:04:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1923997#M18577</guid>
      <dc:creator>JÞB</dc:creator>
      <dc:date>2012-03-22T14:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1924097#M18579</link>
      <description>&lt;P&gt;Another attempt (shaped by an irrational aversion to strings).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ian&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;IMG title="Test.png" border="0" alt="Test.png" align="center" src="http://forums.ni.com/t5/image/serverpage/image-id/69961iC66E44B7F7E5ACB1/image-size/original?v=mpbl-1&amp;amp;px=-1" /&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2012 15:12:09 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1924097#M18579</guid>
      <dc:creator>IanC_</dc:creator>
      <dc:date>2012-03-22T15:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1925341#M18593</link>
      <description>&lt;P&gt;I enjoy a good challenge, but I think I over-thought this one...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/70039iC3D3DD41FB2EFC2D/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="MarchChallnge_BruteForce.jpg" title="MarchChallnge_BruteForce.jpg" align="middle" border="0" /&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2012 12:28:18 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1925341#M18593</guid>
      <dc:creator>Thoric</dc:creator>
      <dc:date>2012-03-23T12:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1925503#M18598</link>
      <description>&lt;P&gt;Unlike my previous solution, which is brute force, this one intelligently considers the numerals of the provided number. It is &lt;EM&gt;much &lt;/EM&gt;quicker, however I expect that it has already been created in one of the spoilers by someone else because it is far from profound.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;Excuse the icon&lt;/LI-SPOILER&gt;
&lt;LI-SPOILER&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/70053iC2C7E670785F4967/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="MarchChallnge_Ordered.jpg" title="MarchChallnge_Ordered.jpg" align="middle" border="0" /&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2012 14:08:08 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1925503#M18598</guid>
      <dc:creator>Thoric</dc:creator>
      <dc:date>2012-03-23T14:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1927173#M18613</link>
      <description>&lt;P&gt;Another excuse for the good, old and I mean 700 years old, method of Narayana Pandit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/70191i8C99FCF42E05EA16/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="NextIntegerSameDigits.png" title="NextIntegerSameDigits.png" border="0" align="middle" /&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 04:15:56 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1927173#M18613</guid>
      <dc:creator>Darin.K</dc:creator>
      <dc:date>2012-03-26T04:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1927563#M18614</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/134255"&gt;@Darin.K&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Another excuse for the good, old and I mean 700 years old, method of Narayana Pandit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;IMG title="NextIntegerSameDigits.png" border="0" alt="NextIntegerSameDigits.png" align="middle" src="http://forums.ni.com/t5/image/serverpage/image-id/70191i8C99FCF42E05EA16/image-size/original?v=mpbl-1&amp;amp;px=-1" /&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Inplace operations used in the 14th Century?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I realize memory used to be a scarce resource but then again... "There is nothing new under the sun." Eclesiastes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 12:35:20 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1927563#M18614</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2012-03-26T12:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1927861#M18615</link>
      <description>&lt;P&gt;I was trying to run this in LabVIEW 1345 with highlighting on, but the illuminated diagram on the parchment didn't change&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 15:02:31 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1927861#M18615</guid>
      <dc:creator>LV_Pro</dc:creator>
      <dc:date>2012-03-26T15:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1927897#M18616</link>
      <description>&lt;P&gt;Did you try it with a 1.2 Candle power candle?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some of those examples could only be realized uisng an upgraded candle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 15:11:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1927897#M18616</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2012-03-26T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1928049#M18618</link>
      <description>&lt;P&gt;I had forgotten to renew my SSP, so I didn't get the upgrade that year.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 16:40:19 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1928049#M18618</guid>
      <dc:creator>LV_Pro</dc:creator>
      <dc:date>2012-03-26T16:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Coffee Break Coding Challenge</title>
      <link>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1928209#M18619</link>
      <description>&lt;P&gt;Brute force:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/70299i4D783C47C706F06E/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Example_VI.png" title="Example_VI.png" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 18:01:38 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/Coffee-Break-Coding-Challenge/m-p/1928209#M18619</guid>
      <dc:creator>jcarmody</dc:creator>
      <dc:date>2012-03-26T18:01:38Z</dc:date>
    </item>
  </channel>
</rss>

