Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/
Class
Backtracking/Sudoku.js:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Sudoku {
2
// Sudoku Class to hold the board and related functions
3
constructor(board) {
4
this.board = board
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected