快速填充二维数组的值

for (int i = 0; i < row; i++) {
	Arrays.fill(isVisited[i], false);
}
posted @ 2023-09-14 10:17  爱新觉罗LQ  阅读(14)  评论(0编辑  收藏  举报