Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ NQueens.test.js
File
NQueens.test.js
Backtracking/tests/NQueens.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ NQueens } from
'../NQueens'
2
3
describe(
'NQueens'
, () => {
4
it(
'should return 2 solutions for 4x4 size board'
, () => {
Callers
nothing calls this directly
Calls
1
solve
Method · 0.45
Tested by
no test coverage detected