Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
leftShift
Function · 0.85
rightShift
Function · 0.85
nqueens
Function · 0.85
Tested by
no test coverage detected