Search results for "sudoku"
Regexp::Sudoku - Solve Sudokus with regular expressions.
This module takes a Sudoku (or variant) as input, calculates a subject and pattern, such that, if the pattern is matched agains the subject, the match succeeds if, and only if, the Sudoku has a solution. And if it has a solution "%+" is populated wit...
ABIGAIL/Regexp-Sudoku-2022062101 - 21 Jun 2022 14:28:32 UTC - Search in distribution- lib/Regexp/Sudoku.pm
- Regexp::Sudoku::Utils - Utilities for Regexp::Sudoku
- Regexp::Sudoku::Parity - Parity related methods
- 5 more results from Regexp-Sudoku »
Games::Sudoku::CLI - play Sudoku on the command line
SZABGAB/Games-Sudoku-CLI-0.02
-
25 Oct 2017 09:45:55 UTC
-
Search in distribution
Games::Sudoku::Lite - Fast and simple Sudoku puzzle solver
BOBO/Games-Sudoku-Lite-0.41
-
15 Apr 2006 15:49:02 UTC
-
Search in distribution
Games::Sudoku::Preset - enter, edit or validate the preset values of a Sudoku puzzle.
This section describes the common behaviour of the three public start methods. Special behaviour of a specific start method is described in section "METHODS". In general module Games::Sudoku::Preset works in 4 steps: * Purify (convert to a string of ...
WITTROCK/Games-Sudoku-Preset-v0.1.0 - 25 Jul 2014 17:46:38 UTC - Search in distribution
Games::Sudoku::Solver - Solve 9x9-Sudokus recursively.
This module solves 9x9-Sudoku puzzles by recursion. There is no restriction to the difficulty and the number of solutions. The puzzle can be stored in a single dimension array or in a file, where unknown cells are presented by zeros or points. Algori...
MEHNER/Games-Sudoku-Solver-1.1.0 - 14 Dec 2007 17:30:05 UTC - Search in distribution
Games::Sudoku::General - Solve sudoku-like puzzles.
This package solves puzzles that involve the allocation of symbols among a number of sets, such that no set contains more than one of any symbol. This class of problem includes the puzzles known as 'Sudoku', 'Number Place', and 'Wasabi'. Each Sudoku ...
WYANT/Games-Sudoku-General-0.027 - 05 Apr 2022 13:04:02 UTC - Search in distribution- sudokug - Script to solve sudoku-like puzzles.
Games::Sudoku::CPSearch - Solve Sudoku problems quickly.
This module solves a Sudoku puzzle using the same constraint propagation technique/algorithm explained on Peter Norvig's website (http://norvig.com/sudoku.html), and implemented there in Python....
MARTYLOO/Games-Sudoku-CPSearch-1.00 - 15 Sep 2010 01:31:45 UTC - Search in distribution
Games::Sudoku::Kubedoku - Sudoku Solver for any NxN puzzles
Kubedoku is a Sudoku Solver. It uses a cube(Kube) to solve the game. The rows, columns and values will become the axes (x,y,z). The kube has one property, once a value is set in the board, then all the axes (x,y,z) will become empties. The software w...
VELASCO/Games-Sudoku-Kubedoku - 23 Aug 2013 00:16:54 UTC - Search in distribution
Games::Sudoku::SudokuTk - Sudoku Game
Game Sudoku allows to solve grids Sudoku in some seconds, to generate new grids, to work out grids. 3 dimensions are possible - For the children 4x4 - Normal Sudoku 9x9 - MaxiSudoku 16x16 Symbols to be found are figures but can be drawings of animals...
CGUINE/Games-Sudoku-SudokuTk-0.14 - 07 Apr 2009 21:21:25 UTC - Search in distribution
Games::Sudoku::Component - provides APIs for Sudoku solver/generator
This is yet another Sudoku (Numberplace) solver/generator. Games::Sudoku::Component provides common (but rather limited) methods to make it easy to play Sudoku -- just for example. Actually, this module set is written to provide 'controller' APIs to ...
ISHIGAKI/Games-Sudoku-Component-0.02 - 04 Apr 2006 01:59:09 UTC - Search in distribution
Games::Sudoku::OO::Board - Object oriented Sudoku solver
Games::Sudoku::OO takes an object oriented approach to solving Sudoku, representing the column, row and square as derivatives of a base Set class, which encapsulates the solving rules. The Board class is also composed of cells (which know what set th...
COPE/Games-Sudoku-OO-0.03 - 04 Sep 2005 00:39:20 UTC - Search in distribution
Acme::CPANModules::Sudoku - List of Sudoku-related modules on CPAN
Recently (Dec 2020) I picked up more interest in Sudoku, as I was spending more time at home with the kids, and there was a book of Sudoku puzzles lying around in the room. Playing There are certainly more modules on CPAN for solving Sudoku puzzles c...
PERLANCAR/Acme-CPANModules-Sudoku-0.007 - 06 Apr 2022 00:05:31 UTC - Search in distribution
Image::Leptonica::Func::sudoku
ZMUGHAL/Image-Leptonica-0.04
-
16 Aug 2014 08:10:38 UTC
-
Search in distribution
Games::Sudoku::Trainer::Training - train a certain Sudoku strategy
WITTROCK/SudokuTrainer-0.01.5
-
25 Jun 2014 16:12:52 UTC
-
Search in distribution
- Games::Sudoku::Trainer::Obstacle - get over an obstacle while solving a Sudoku puzzle
- Games::Sudoku::Trainer::Nextvalue - get some new value while solving a Sudoku puzzle
- Games::Sudoku::Trainer::General_info - This program helps to train the detection of successful Sudoku solution strategies. It may also be used to get over an obstacle in a partially solved Sudoku puzzle.
- 3 more results from SudokuTrainer »
Games::Sudoku::Component::TkPlayer - Let's play Sudoku
This is a sample application for Games::Sudoku::Component I presented at YAPC::Asia 2006. You usually don't have to bother with internals. Just run "tksudoku.pl" and enjoy!...
ISHIGAKI/Games-Sudoku-Component-TkPlayer-0.02 - 27 May 2007 06:29:58 UTC - Search in distribution- Games::Sudoku::Component::TkPlayer::View - handles puzzle board
- Games::Sudoku::Component::TkPlayer::Selector - UI class
- Games::Sudoku::Component::TkPlayer::Controller - controls Tk Widgets and Sudoku Components
- 1 more result from Games-Sudoku-Component-TkPlayer »
Spreadsheet::HTML::Presets::Sudoku - Generates 9x9 sudoku boards via HTML tables.
This is a container for Spreadsheet::HTML preset methods. These methods are not meant to be called from this package. Instead, use the Spreadsheet::HTML interface: use Spreadsheet::HTML; my $generator = Spreadsheet::HTML->new; print $generator->sudok...
JEFFA/Spreadsheet-HTML-1.20 - 04 Jan 2017 22:41:09 UTC - Search in distribution- mktable - generate an HTML table.
- Spreadsheet::HTML - Just another HTML table generator.
- Spreadsheet::HTML::Presets - Generate preset HTML tables.
Games::YASudoku - Yet Another Sudoku Solver
This module can be used to solve sudoku number problems. A file needs to be created with a description of the sudoku problem to solve. The data file contains a list of square numbers and the values for those squares. The squares on the board are numb...
WYLLIE/Games-YASudoku-0.01 - 18 Nov 2005 02:03:55 UTC - Search in distribution
Exception::Resumable - resumable exceptions for Perl.
This module implements a basic version of "resumable exceptions." This means that a dynamically-bound handling function is called before the stack is unwound, rather than afterwards (like "die"). The appropriate handler is found by looking (in order)...
SEANO/Exception-Resumable-0.91 - 08 Feb 2011 03:42:30 UTC - Search in distribution
Acme::CPANModules::Import::CPANRatings::User::perlancar - Modules mentioned by CPANRatings user perlancar
This list is generated by scraping CPANRatings (cpanratings.perl.org) user page. Modules mentioned by CPANRatings user perlancar. This list is generated by scraping CPANRatings (cpanratings.perl.org) user page....
PERLANCAR/Acme-CPANModules-Import-CPANRatings-User-perlancar-0.001 - 07 Jun 2018 16:31:48 UTC - Search in distribution
Games::LogicPuzzle - Perl extension for helping to solve brain teaser puzzles
Games::LogicPuzzle may help you solve brain teaser puzzles where there are lots of solution possibilities. You setup a local subroutine which rejects wrong solutions, give the module the working parameters, and it will do the rest....
AADLER/Games-LogicPuzzle-0.20 - 30 Jan 2006 20:52:20 UTC - Search in distribution