We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在1020. 飞地的数量题目的并查集题解中, 有下面这段代码
int N = 550; int[] p = new int[N * N];
而题目限定的m,n范围是1 <= m, n <= 500,我测试下来,当N的取值范围在[540, 580]时,使用Java提交后占用空间较少,超出这个范围,空间占用都会上升,想请教下三叶姐这是什么原因呢?
The text was updated successfully, but these errors were encountered:
其实三叶姐很少看github......小建议:最好还是在题解评论提问
Sorry, something went wrong.
好的,谢谢QAQ
No branches or pull requests
在1020. 飞地的数量题目的并查集题解中, 有下面这段代码
而题目限定的m,n范围是1 <= m, n <= 500,我测试下来,当N的取值范围在[540, 580]时,使用Java提交后占用空间较少,超出这个范围,空间占用都会上升,想请教下三叶姐这是什么原因呢?
The text was updated successfully, but these errors were encountered: