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

Day 328 #663

Closed
vaskoz opened this issue Jul 16, 2019 · 1 comment · Fixed by #739
Closed

Day 328 #663

vaskoz opened this issue Jul 16, 2019 · 1 comment · Fixed by #739
Assignees

Comments

@vaskoz
Copy link
Owner

vaskoz commented Jul 16, 2019

Good morning! Here's your coding interview problem for today.

This problem was asked by Facebook.

In chess, the Elo rating system is used to calculate player strengths based on game results.

A simplified description of the Elo system is as follows. Every player begins at the same score. For each subsequent game, the loser transfers some points to the winner, where the amount of points transferred depends on how unlikely the win is. For example, a 1200-ranked player should gain much more points for beating a 2000-ranked player than for beating a 1300-ranked player.

Implement this system.

@vaskoz vaskoz self-assigned this Jul 16, 2019
@vaskoz
Copy link
Owner Author

vaskoz commented Oct 29, 2019

@vaskoz vaskoz mentioned this issue Oct 29, 2019
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.

1 participant