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

Splay 和 LCT 部分代码有问题导致复杂度不正确 #1958

Closed
xht37 opened this issue Jan 31, 2020 · 1 comment · Fixed by #1970 or #2059
Closed

Splay 和 LCT 部分代码有问题导致复杂度不正确 #1958

xht37 opened this issue Jan 31, 2020 · 1 comment · Fixed by #1970 or #2059

Comments

@xht37
Copy link

xht37 commented Jan 31, 2020

Splay 和 LCT 的代码中有些地方应该 splay 以保证复杂度,但是却没有。

Splay:

  • 查询排名 x 的数
  • 查询前驱
  • 查询后继

LCT:

  • Find()

可能还有被我忽略的,望修改!

@welcome
Copy link

welcome bot commented Jan 31, 2020

感谢你对 OI Wiki 的关注!记得在 Issue 中表达清楚自己的意思哦~

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 a pull request may close this issue.

2 participants