MCPcopy Create free account
hub / github.com/Jensenczx/CodeEveryday / solveNQueens

Method solveNQueens

133.solveNQueens.java:8–20  ·  view source on GitHub ↗

Get all distinct N-Queen solutions @param n: The number of queens @return: All distinct solutions For example, A string '...Q' shows a queen on forth position

(int n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

getContentMethod · 0.95
checkIsMarkMethod · 0.95
addMethod · 0.80

Tested by

no test coverage detected