<?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: Challenge #200: Sudoku Solver in Weekly Challenges</title>
    <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/568042#M41253</link>
    <description>&lt;P&gt;Spoiler- beginner solution&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 09:31:22 GMT</pubDate>
    <dc:creator>jgosalia</dc:creator>
    <dc:date>2020-05-11T09:31:22Z</dc:date>
    <item>
      <title>Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519517#M34786</link>
      <description>&lt;P&gt;A solution to last week's challenge can be found &lt;A href="https://community.alteryx.com/t5/Weekly-Challenge/Challenge-199-Let-s-all-go-to-the-movies/td-p/516542" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Challenge 200 represents another milestone (and badge!) on the trek up Mt. Everest: the arrival at Camp 4.&amp;nbsp; To celebrate officially entering the &lt;A href="https://en.wikipedia.org/wiki/Death_zone" target="_blank" rel="noopener"&gt;Death Zone&lt;/A&gt;, we're serving up a challenge created by puzzler extraordinaire&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/11546"&gt;@TerryT&lt;/a&gt;!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sudoku is a popular puzzle that requires you to the cells in a 9×9 grid with digits so that each row, each column, and each of the nine 3×3 boxes (shown with heavier lines) contains all the digits from 1 to 9 exactly once. Each puzzle is encoded as an 81 character string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This challenge has three solution levels:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;BEGINNER&lt;/STRONG&gt;:&lt;BR /&gt;Using the Beginner and Intermediate Start File, parse the puzzle by separating rows nine characters at a time. The columns and boxes then line up accordingly where a ‘0’ represents an empty cell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;INTERMEDIATE&lt;/STRONG&gt;:&lt;BR /&gt;Solve the puzzle provided in the Beginner and Intermediate Start File.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ADVANCED&lt;/STRONG&gt;: &lt;BR /&gt;Solve the Sudoku puzzle from the Wikipedia article (Wikipedia Puzzle Start File).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mt everest camp.gif" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95773iCF5F09F249763615/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mt everest camp.gif" alt="mt everest camp.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808080"&gt;Welcome to the Death Zone (Source: GIPHY)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 14:12:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519517#M34786</guid>
      <dc:creator>AYXAcademy</dc:creator>
      <dc:date>2022-09-13T14:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519557#M34792</link>
      <description>&lt;P&gt;Solved Beginner Level&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="solved.jpg" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95787i94C2B8445C351B5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="solved.jpg" alt="solved.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1st tokenize.jpg" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95788iDDF425E96A265332/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1st tokenize.jpg" alt="1st tokenize.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="second tokenize.jpg" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95789i54A190FE85823D5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="second tokenize.jpg" alt="second tokenize.jpg" /&gt;&lt;/span&gt;&lt;P&gt;  &lt;/P&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:28:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519557#M34792</guid>
      <dc:creator>jacob_kahn</dc:creator>
      <dc:date>2020-01-27T18:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519571#M34794</link>
      <description>&lt;P&gt;Quickly solving to get that 200th challenge done. Beginner is done. Will post intermediate/advanced when I have more time to think on it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;EDIT: Here we go. I didn't want to use a macro this time around. All macroed out from Advent of Code (which I'm still plugging through!)&lt;BR /&gt;&lt;BR /&gt;Beginner:&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EstherB47_1-1580173934585.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95856i00CFBE5BBAB2E951/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EstherB47_1-1580173934585.png" alt="EstherB47_1-1580173934585.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intermediate:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EstherB47_2-1580174091906.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95857iB95843A9813CCBD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EstherB47_2-1580174091906.png" alt="EstherB47_2-1580174091906.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 28 Jan 2020 01:29:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519571#M34794</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2020-01-28T01:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519575#M34795</link>
      <description>&lt;P&gt;Using one of my favorite tools--(Regex). First break down the 81 character line into 9 character chucks; rename the columns; transpose it; break it into 9 fields; rename the fields; and that is it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-01-27_11-36-45.jpg" style="width: 889px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95793iD5E75D45392E4080/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-01-27_11-36-45.jpg" alt="2020-01-27_11-36-45.jpg" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:42:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519575#M34795</guid>
      <dc:creator>JORGE4900</dc:creator>
      <dc:date>2020-01-27T18:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519585#M34798</link>
      <description>&lt;P&gt;Beginner completed. Need some more time on intermediate and advanced.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:59:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519585#M34798</guid>
      <dc:creator>cplewis90</dc:creator>
      <dc:date>2020-01-27T18:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519586#M34799</link>
      <description>&lt;P&gt;Decided to solve it step by step - so this is my solution for the beginner part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="200_1.png" style="width: 514px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95797iD100F0B1E887421A/image-dimensions/514x86?v=v2" width="514" height="86" role="button" title="200_1.png" alt="200_1.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;For the intermediate, I used a macro - and advanced will require some additional work.&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="28-01-_2020_11-45-58.png" style="width: 628px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95912iC1F621C25BC4E727/image-dimensions/628x93?v=v2" width="628" height="93" role="button" title="28-01-_2020_11-45-58.png" alt="28-01-_2020_11-45-58.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 28 Jan 2020 10:47:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519586#M34799</guid>
      <dc:creator>RolandSchubert</dc:creator>
      <dc:date>2020-01-28T10:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519589#M34800</link>
      <description>&lt;P&gt;My Beginner solution - the others will follow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JamesCameron_0-1580151689385.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95798i58F9124A345F3430/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JamesCameron_0-1580151689385.png" alt="JamesCameron_0-1580151689385.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Jan 2020 19:01:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519589#M34800</guid>
      <dc:creator>JamesCameron</dc:creator>
      <dc:date>2020-01-27T19:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519593#M34802</link>
      <description>&lt;P&gt;My favorite, the R Tool, and another favorite, "Google to Kaggle to cut/paste and minimal tweaks."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solves the Advanced also, but as noted, credit goes to Kaggle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No spoiler picture other than the R tool.&amp;nbsp; Would be fun to see it running as iterative macros, though (or via optimization).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 19:11:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519593#M34802</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2020-01-27T19:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519598#M34803</link>
      <description>&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChristinaFPE_0-1580152253402.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95801i57FABF4B0D377D60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChristinaFPE_0-1580152253402.png" alt="ChristinaFPE_0-1580152253402.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Here's the Beginner portion solved. I need a bit more time to figure out the Intermediate and Advanced.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 19:13:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519598#M34803</guid>
      <dc:creator>ChristinaFPE</dc:creator>
      <dc:date>2020-01-27T19:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519601#M34804</link>
      <description>&lt;P&gt;Beginner and Intermediate done. The Advanced is going to take some serious work...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-01-27_10-56-12.png" style="width: 602px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95796i975C4CF10ABC62FF/image-dimensions/602x195?v=v2" width="602" height="195" role="button" title="2020-01-27_10-56-12.png" alt="2020-01-27_10-56-12.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Because the puzzle could be solved by simple elimination, I was able to get away without iterating at all. If there were multiple candidates after the first elimination I would have gone to an iterative macro.&amp;nbsp;&lt;BR /&gt;I haven't looked at the advanced puzzle yet, but if it is even relatively hard, it could be really nasty. Most of the solutions I've seen use backtracking which would be fun to try in Alteryx although I'm not sure how without using Python.&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Jan 2020 21:08:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519601#M34804</guid>
      <dc:creator>TonyA</dc:creator>
      <dc:date>2020-01-27T21:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519608#M34805</link>
      <description>&lt;LI-SPOILER&gt;I went for an iterative macro to solve the advanced part.&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Jan 2020 19:34:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519608#M34805</guid>
      <dc:creator>patrick_digan</dc:creator>
      <dc:date>2020-01-27T19:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519626#M34808</link>
      <description>&lt;P&gt;Been a while since I tried my hand at one of these.&amp;nbsp; Will need to keep working on the advanced solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A little sloppy on the Hard solution, but gets the job done.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 13:36:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519626#M34808</guid>
      <dc:creator>bkclaw113</dc:creator>
      <dc:date>2020-01-28T13:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519629#M34809</link>
      <description>&lt;P&gt;Canvas:&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wc200.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95806iF286CFFC35CE97A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="wc200.PNG" alt="wc200.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Iterative Macro:&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wc200 macro.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95807i507B45D6A8356CA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="wc200 macro.PNG" alt="wc200 macro.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Jan 2020 20:41:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519629#M34809</guid>
      <dc:creator>Aaron_Harter</dc:creator>
      <dc:date>2020-01-27T20:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519635#M34812</link>
      <description>&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95810i9119B8BEEE234FE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Finished beginner and intermediate!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 20:42:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519635#M34812</guid>
      <dc:creator>jacrae</dc:creator>
      <dc:date>2020-01-27T20:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519646#M34816</link>
      <description>&lt;P&gt;Here is my beginner solution.&amp;nbsp; I'm still new to RegEx and originally I didn't know/see that you can tokenize into rows so my answer was extremely inefficient.&amp;nbsp; After some research i got to a much simpler solution!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 20:49:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519646#M34816</guid>
      <dc:creator>merigoalie1</dc:creator>
      <dc:date>2020-01-27T20:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519647#M34817</link>
      <description>&lt;P&gt;Challenge Completed for the beginner part&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 20:49:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519647#M34817</guid>
      <dc:creator>JosephSerpis</dc:creator>
      <dc:date>2020-01-27T20:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519660#M34819</link>
      <description>&lt;LI-SPOILER&gt;Just getting back to work after vacation so starting with the beginner one so that I can get caught up!&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.png" style="width: 883px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95819iB66AAF0B5517F8BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.png" alt="Capture.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Jan 2020 21:11:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519660#M34819</guid>
      <dc:creator>Kenda</dc:creator>
      <dc:date>2020-01-27T21:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519664#M34820</link>
      <description>&lt;P&gt;Solved the Advanced One!&amp;nbsp; Wikipedia.&amp;nbsp; Feels like a big accomplishment to get the right answer the first try!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;Step1 - Determined all possible missing values across where the numbers 1-9 were present to get all valid rows&lt;BR /&gt;Step2 - Got all possible combinations of rows 1-3, 4-6, and 7-9 where numbers 1-9 resided in the 'cubes'&lt;BR /&gt;Step3 - Of what remained got all possible combinations where the columns contained 1-9.&lt;BR /&gt;&lt;BR /&gt;This involved using append fields tool...and bringing column values into rows for logical testing (1-9).&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 21:34:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519664#M34820</guid>
      <dc:creator>ggruccio</dc:creator>
      <dc:date>2020-01-27T21:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519667#M34821</link>
      <description>&lt;P&gt;Beginner and Intermediate challenges done, I'll be back for advanced I'm sure... Happy 200th everyone &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Challenge 200.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95823i9099FB59845C49AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Challenge 200.PNG" alt="Challenge 200.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OllieClarke_0-1580160079681.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95822iB7F4F8128FBD22E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OllieClarke_0-1580160079681.png" alt="OllieClarke_0-1580160079681.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Jan 2020 21:27:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519667#M34821</guid>
      <dc:creator>OllieClarke</dc:creator>
      <dc:date>2020-01-27T21:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #200: Sudoku Solver</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519705#M34824</link>
      <description>&lt;P&gt;My beginner and intermediate solution here.&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="200.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/95829iC9E1030A22A37546/image-size/large?v=v2&amp;amp;px=999" role="button" title="200.png" alt="200.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Jan 2020 22:58:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-200-Sudoku-Solver/m-p/519705#M34824</guid>
      <dc:creator>hbraunius</dc:creator>
      <dc:date>2020-01-27T22:58:13Z</dc:date>
    </item>
  </channel>
</rss>

