codeforces-cli-0.1.0: Command line interface to interact with Codeforces.
Safe HaskellNone
LanguageHaskell2010

Codeforces.Virtual.RatingCalculator

Description

Implementation of the Open Codeforces Rating System described in Mike Mirzayanov's blog post.

Synopsis

Documentation

calculateContestResults :: Map Handle Rating -> [RanklistRow] -> ContestResults Source #

calculateContestResults previousRatings updatedRankings computes the contest results.