Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.42 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.42 KB

Codeforces Live Standings

Website for a dynamic visualization for live standings of Codeforces competitions for a custom selection of users, the subissions and standings are updated automatically. The style of the website is the one used for ICPC competitions (ICPC World Finals Dhaka Standings) because it has an interesting design.

Contest 1797 example.

Website link: Codeforces Live Standings.

It has support for:

  • Normal Rounds
  • Educational Rounds
  • Gym Contests (Teams are recognized by one of its members, due to the Codeforces API design)

The website works with old contests and live contests and also shows the practice submissions.

Codeforces blog post.

The wesite uses the Codeforces API to get the data. During competitions, the API doesn't provide all the submissions, becuase they are beign updated at the same time, so the API responses are merged with the local status.