lccn_predictor icon indicating copy to clipboard operation
lccn_predictor copied to clipboard

Edge case in prediction algorithm

Open atharv-patil opened this issue 10 months ago • 2 comments

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 avatar Mar 30 '24 18:03 atharv-patil

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 avatar Mar 30 '24 19:03 baoliay2008

oh, Thanks for the explanation.

atharv-patil avatar Mar 30 '24 19:03 atharv-patil