When I tried to solve the classic N-queen problem in Leetcode, I was confused about the use of slice assignment, deep copy, and shallow copy. In the following code, I define