@lhechenberger/sudoku-solver
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@lhechenberger/sudoku-solver

A simple sudoku solver implemented in TypeScript. Loosely based on a post by Peter Norvig.

This is just a research project.

CircleCI Greenkeeper badge

Installation

You can either install this package locally by running npm i -g @lhechenberger/sudoku-solver or run it directly with npx @lhechenberger/sudoku-solver [arguments...].

Usage

Usage: sudoku-solver [command=solve] [options...]

Available commands:

  solve         Solve puzzles
  print         Print puzzles
  validate      Valdate puzzles

Specify a puzzle:

  --file, -f    Read puzzle from file               [string]
  --puzzle, -p  Specify puzzle directly             [string]
  --all-at      Read puzzles line-by-line from file [string]

General options:

  --help, -h    Show this help                      [boolean]
  --version, -v Print version                       [boolean]

(see tests for the file structure)

Readme

Keywords

none

Package Sidebar

Install

npm i @lhechenberger/sudoku-solver

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

71.8 kB

Total Files

26

Last publish

Collaborators

  • lhechenberger