Skip to content
New issue

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

记忆化搜索 表达式错误 #3505

Closed
wants to merge 1 commit into from
Closed

Conversation

hoseahsu
Copy link
Contributor

@hoseahsu hoseahsu commented Sep 2, 2021

应该是:
menpos, tleft ​= max(menpos+1, tleft−tcost(pos)​+mget(pos), menpost+1, tleft​)

审核的同学 请着重关注以下四方面:

  1. 注意有没有 typo
  2. 不论你是否熟悉相关知识,都请以初学者的角度把这个 PR 的内容阅读一遍,跟着作者的思路走,然后谈谈你的感受
  3. 如果你熟悉相关知识,请按照自己的理解评估这个 PR 的内容是否合适
  4. 尽量保持跟进直到它被 merge 或 close

@hoseahsu hoseahsu closed this Sep 2, 2021
@hoseahsu hoseahsu deleted the patch-2 branch September 2, 2021 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant