MCPcopy Create free account
hub / github.com/CodeToExpress/dailycodebase / nqueens

Function nqueens

day17/JavaScript/nqueens.js:7–27  ·  view source on GitHub ↗

* @date 11/01/2018 * Method (Backtracking) taken from -- https://www.youtube.com/watch?v=0DeznFqrgAI * Implemented in JavaScript by @MadhavBahl

(num)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

nqueens.jsFile · 0.85

Calls 3

solveNqueensFunction · 0.85
printBoardFunction · 0.70
pushMethod · 0.45

Tested by

no test coverage detected