MCPcopy Create free account
hub / github.com/LjyYano/LeetCode / isValid

Method isValid

src/main/java/L0052_NQueensII.java:66–79  ·  view source on GitHub ↗

检查在指定位置放置皇后是否有效 @param queens 每行皇后的列位置 @param row 要检查的行 @param col 要检查的列 @return 是否可以放置皇后

(int[] queens, int row, int col)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

backtrackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected