You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/05/22 09:52:16 UTC

[jira] Updated: (HADOOP-1413) A new example to do tile placements using distributed dancing links

     [ https://issues.apache.org/jira/browse/HADOOP-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-1413:
----------------------------------

    Status: Patch Available  (was: Open)

> A new example to do tile placements using distributed dancing links
> -------------------------------------------------------------------
>
>                 Key: HADOOP-1413
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1413
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.14.0
>
>         Attachments: dancing.patch
>
>
> During a Yahoo Hack Day last year, I wrote a distributed pentomino solver that used map/reduce and Knuth's dancing link algorithm to solve pentomino tile placement problems. As a side benefit, I also wrote a sudoku solver using the dancing link library, but the sudoku solver is so fast that there is no need to distribute it. Anyways, I think it makes an interesting example of how to do some interesting cpu-heavy distribution in Hadoop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.