Points Calculation

To calculate the sum of points P awarded to each solver, the points for challenges across all levels (I, II, III, X) are added up. The points for level X challenges are awarded manually, the points for level I, II, III challenges are calculated dynamically based on the following formula:

P=(i=1L(j=1Ni10i10f(d)))

L=3 because there are three dynamically calculated levels, Ni denotes the number of challenges solved in level i, and the function f(d) is used to calculate the points depending on the number of days passed between the publication of the challenge and the submission of the solution:

f(d)=1121c(d+1)c

The coefficient c depends on the level i and is defined as follows:

c={1,if i=1,0.25,if i=2,0.1,if i=3.

Consequently, the points for higher levels decline slower than for lower levels.


Currently 19 guests and 0 members are online.
Powered by the CrypTool project
Contact | Privacy | Imprint
© 2009-2024 MysteryTwister team