This website requires JavaScript.
Explore
Help
Sign In
Stevan
/
freecodecamp-sudoku-solver
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4b1eaf061577ff16fc2a2922b089aabc40b13b9b
freecodecamp-sudoku-solver
/
models
/
columns.js
T
11 lines
126 B
JavaScript
Raw
Normal View
History
Unescape
Escape
finish implementing sudoku-solver.js and writing unit test
2022-05-26 19:38:45 -05:00
export
const
columns
=
{
1
:
[],
2
:
[],
3
:
[],
4
:
[],
5
:
[],
6
:
[],
7
:
[],
8
:
[],
9
:
[],
};
Reference in New Issue
Copy Permalink