MCPcopy Create free account
hub / github.com/PengFTang/Algorithms-in-Java / N_Queens

Class N_Queens

Backtracking/N_Queens.java:9–77  ·  view source on GitHub ↗

A backtracking method to solve N-Queen puzzle. The N-Queen puzzle is the problem of placing chess queens on a square chess board so that no two queens threaten each other. @author FLAG

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected