-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
BUG题解代码出现的 bug题解代码出现的 bug
Description
2.3.3
第四版课后题2.3.3
**N = 4 的例子 max应该交换两次 **
对于N > 4的情况,构造a2 max a3 a1是没错,
但是对于N = 4 的情况,上述序列对于max只会交换一次。
参考:my solution
可能的正确答案(可不填)
Metadata
Metadata
Assignees
Labels
BUG题解代码出现的 bug题解代码出现的 bug