3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-14 20:40:46 +01:00
Pragmatic Software 04a308a59e Improve quickest-streak algorithm for setting new records
Use the following formula to set personal records for quickest-streak
relative to an existing personal current record.

(ranked_streak + ranked_streak) / ranked_answers > (current_streak + ranked_streak) / current_answers

E.g., given a current record of 8 correct answers in a row in 1 minute and
20 seconds, to beat that record you'd need: 6 answers in 40 seconds, 7 in
1 minute, 9 in 1 minute 40 seconds, 10 in 2 minutes, etc.
2015-05-22 04:03:39 -07:00
..
2015-01-28 00:40:40 -08:00
2015-01-28 00:40:40 -08:00
2015-01-28 00:40:40 -08:00
2015-05-21 03:26:38 -07:00