MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / nQueens.js

File nQueens.js

chapter08/8.12 - Eight Queens/nQueens.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// BITWISE SOLUTION
2// this board will make use of a hybrid of bitwise operations and array storage to store the board
3// and find solutions for nqueens
4

Callers

nothing calls this directly

Calls 3

leftShiftFunction · 0.85
rightShiftFunction · 0.85
nqueensFunction · 0.85

Tested by

no test coverage detected