Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 1.89 KB

readme.md

File metadata and controls

24 lines (19 loc) · 1.89 KB

Idea of this project is to use codeforces API in an easy way.

About Codeforces: codeforces.com is a free online platform of competitive programming. It helps programmers developing and increasing problem solving skills with online programming contests and challenges. ❤️

🔴 Important: Please import org.json package in your project for successful build/run. Use this link. You can just add the .jar file in your project.

If you want to change/add some features, your contributions will be welcomed. 😃


Link to codeforces API page: https://codeforces.com/apiHelp
Link to The Source Package: CodeforcesAPI
My LinkedIn profile: https://www.linkedin.com/in/pz1971/


Documentation:

Note: Only public methods/enums are documented.

  1. class: Codeforces.java
  2. class: CFUser.java
  3. class: CFContest.java
  4. class: CFSubmission.java
  5. class: CFProblem.java
  6. class: CFProblemStatistics.java
  7. class: CFRatingChange.java
  8. class: InitializationFailedException.java