Learn R Programming

sudokuAlt (version 0.2-1)

Tools for Making and Spoiling Sudoku Games

Description

Tools for making, retrieving, displaying and solving sudoku games. This package is an alternative to the earlier sudoku-solver package, 'sudoku'. The present package uses a slightly different algorithm, has a simpler coding and presents a few more sugar tools, such as plot and print methods. Solved sudoku games are of some interest in Experimental Design as examples of Latin Square designs with additional balance constraints.

Copy Link

Version

Install

install.packages('sudokuAlt')

Monthly Downloads

225

Version

0.2-1

License

GPL (>= 2)

Maintainer

Last Published

December 15th, 2019

Functions in sudokuAlt (0.2-1)

as.sudoku

Generic Sudoku Game Constructor
solve.sudoku

Solve a Sudoku Puzzle
regulariseGame

regulariseGame
designGame

Sudoku Design
fetchUKGame

Retrieve a Sudoku from the UK Site
fetchAUGame

Retrieve a Sudoku from the AU Site
makeGame

Make a New Sudoku Game
originalGame

Retrieve the Original from a Solved Game
plot.sudoku

Plot a Sudoku Game
emptyGame

Construct an empty game
print.sudoku

Print a Sudoku Object
solveGame

Solve a Sudoku Game
as.sudoku.matrix

as.sudoku.matrix
as.sudoku.sudoku

Construct a Sudoku Game Object
daysAgo

Format a Past Date
reexports

Objects exported from other packages
seedGame

Starting Point to Make a Random Sudoku Game