Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sudoku::set方法修改建议 #2

Closed
itsumu opened this issue Oct 1, 2017 · 0 comments
Closed

Sudoku::set方法修改建议 #2

itsumu opened this issue Oct 1, 2017 · 0 comments

Comments

@itsumu
Copy link

itsumu commented Oct 1, 2017

Sudoku::set方法中

for (int i = 1; i <= LEN; ++i) {
	for (int j = 1; j <= LEN; ++j) {
		board[i][j] = b[i][j];
	}
}

可以用memcpy()库函数进行复制

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants