This commit is contained in:
Miloslav Ciz 2025-08-02 15:49:26 +02:00
parent 12f160ddce
commit a62675cb93
18 changed files with 1996 additions and 1964 deletions

6
elo.md
View file

@ -153,3 +153,9 @@ The code may output e.g.:
```
We can see that Elo quite nicely correlates with the player's real skill.
## See Also
- [glicko](glicko.md)
- [MMR](mmr.md)
- [APM](apm.md)