sudoku-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Overview

A typescript implementation of a Sudoku puzzle solving algorithm. To solve any given puzzle, first represent its initial values as an array of numbers. Then, creting a Board object and calling the solve() function returns a solved board. The Board class provides an asString function which returns the Board's values as a string. The algorithm used to solve the puzzle is a backtracking algorithm

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    2

Package Sidebar

Install

npm i sudoku-ts

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

49.6 kB

Total Files

13

Last publish

Collaborators

  • oscjac