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
2.3.3
第四版课后题2.3.3
**N = 4 的例子 max应该交换两次 **
对于N > 4的情况,构造a2 max a3 a1是没错, 但是对于N = 4 的情况,上述序列对于max只会交换一次。
参考:my solution
可能的正确答案(可不填)
The text was updated successfully, but these errors were encountered:
ikesnowy
No branches or pull requests
2.3.3
第四版课后题2.3.3
**N = 4 的例子 max应该交换两次 **
对于N > 4的情况,构造a2 max a3 a1是没错,
但是对于N = 4 的情况,上述序列对于max只会交换一次。
参考:my solution
可能的正确答案(可不填)
The text was updated successfully, but these errors were encountered: