Compare commits

..

5 Commits
ver2.0 ... main

@ -1,2 +1,4 @@
# matrix
output.c;create.c;check.c;complement.c分别是任务1、2、3、4的源代码单独编译每个文件即可完成各个任务的需求
实验报告.docx是本组包括王资博和李克诚的实验报告留作备份之用。
如果实验附件未上传成功,该文件可被视作我组的实验报告

@ -84,6 +84,7 @@ bool check(int matrix[9][9]) {
}
printf("True: Valid initial Sudoku matrix!\n");
return true;
}

Binary file not shown.
Loading…
Cancel
Save