Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Third party implementation of Codeforces rating system, with data of ~1200 contests.

License

Notifications You must be signed in to change notification settings

mojimoon/Codeforces-Rating-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces Rating System (third party implementation)

Supported implementations:

  • C++
  • Python 3

How to use

  1. Run spider_txt.py (for C++) or spider_json.py (for Python) with argument contest_id to get Codeforces rating data for test.

  2. (Compile and) Run rating.cpp or rating.py with argument contest_id. By default, the result will be store to tests directory.

Reference

About

Third party implementation of Codeforces rating system, with data of ~1200 contests.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 60.4%
  • C++ 38.8%
  • Batchfile 0.8%