//
pkg.gl
Category
github.com/Zeb-D/go-util
struct
nqueen
package
1.0.6
Repository:
https://github.com/zeb-d/go-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
139 SLOC
#
Functions
InitArray0
InitArray0 二维数组 元素默认'0'.
IsLegalLoc
IsLegalLoc 判断是否在同一行或同一列、是否在同斜线上.
NewLocation
No description provided by the author
NewQueenList
No description provided by the author
NQueen
NQueen N皇后问题.
PrintArray2
PrintArray2 输出二维数组,步骤,先遍历最外层数组,再遍历一唯数组.
PrintQueenList
PrintQueenList 打印N皇后.
#
Structs
Location
No description provided by the author
QueenList
QueenList thread safe.