Skip to content

TypeScript implementation of backtracking algorithm used to solve sudoku puzzles

Notifications You must be signed in to change notification settings

oscjac/Sudoku-TS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TypeScript implementation of backtracking algorithm used to solve sudoku puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published