MCPcopy 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

1import { NQueens } from '../NQueens'
2
3describe('NQueens', () => {
4 it('should return 2 solutions for 4x4 size board', () => {

Callers

nothing calls this directly

Calls 1

solveMethod · 0.45

Tested by

no test coverage detected