Click here to Skip to main content
15,892,643 members
Articles / Desktop Programming / MFC

Solve the Pentomino puzzle with C++ and dancing links

Rate me:
Please Sign up or sign in to vote.
4.80/5 (22 votes)
2 Dec 2011CPOL11 min read 121.5K   3.1K   37  
Program to find all the solutions to a Pentomino puzzle.
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="PuzzleSolver">
</Property><Property Name="Solution File" Value="C:\Users\Ernesto\Documents\PuzzleSolver\PuzzleSolver.sln">
</Property><Property Name="Date" Value="Wednesday, October 05, 2011">
</Property><Property Name="Time" Value="10:37 AM">
</Property></Properties><Event ErrorLevel="0" Project="PuzzleSolver" Source="PuzzleSolver.vcproj" Description="Converting project file 'C:\Users\Ernesto\Documents\PuzzleSolver\PuzzleSolver.vcproj'.">
</Event><Event ErrorLevel="1" Project="PuzzleSolver" Source="PuzzleSolver.vcproj" Description="VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.">
</Event><Event ErrorLevel="0" Project="PuzzleSolver" Source="PuzzleSolver.vcproj" Description="Done converting to new project file 'C:\Users\Ernesto\Documents\PuzzleSolver\PuzzleSolver.vcxproj'.">
</Event><Event ErrorLevel="3" Project="PuzzleSolver" Source="PuzzleSolver.vcproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="" Source="PuzzleSolver.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="PuzzleSolver.sln" Description="Converted">
</Event></UpgradeLog>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Argentina Argentina
System developer from Argentina.

Programmed in VB 5,6,.NET, C#, Java, PL-SQL, Transac-SQL, C, C++ and even some "calculator" language.

Love to build small, useful applications.
Usually building big and complicated apps based on solid, reliable components.

Hobbies: reading, photography, chess, paddle, running.

Comments and Discussions