package
1.0.6
Repository: https://github.com/zeb-d/go-util.git
Documentation: pkg.go.dev

# Functions

InitArray0 二维数组 元素默认'0'.
IsLegalLoc 判断是否在同一行或同一列、是否在同斜线上.
No description provided by the author
No description provided by the author
NQueen N皇后问题.
PrintArray2 输出二维数组,步骤,先遍历最外层数组,再遍历一唯数组.
PrintQueenList 打印N皇后.

# Structs

No description provided by the author
QueenList thread safe.