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

Edge case in prediction algorithm #62

Open
atharv-patil opened this issue Mar 30, 2024 · 2 comments
Open

Edge case in prediction algorithm #62

atharv-patil opened this issue Mar 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@atharv-patil
Copy link

Today I gave LeetCode biweekly contest, I submitted the last question 30 seconds prior to the end, and the algorithm is most probably not considering my submission for the last question while predicting the delta and the combined rank.

image
image

@atharv-patil atharv-patil changed the title Edge case in the prediction algorithm Edge case in prediction algorithm Mar 30, 2024
@baoliay2008
Copy link
Owner

Hello, @atharv-patil . Thanks for raising this issue.

All predictions are executed at least 5 minutes after the contest has concluded. Even if you submitted 30 seconds before the contest ended, it might not reflect in the leaderboard update. This delay is due to a data synchronization issue in the LeetCode US region, which may update the leaderboard after the contest has ended. I will rerun the contest and consider other updating methods.

@baoliay2008 baoliay2008 added the bug Something isn't working label Mar 30, 2024
@atharv-patil
Copy link
Author

oh, Thanks for the explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants