Skip to content

This project is a tool for visualizing Codeforces problem-solving data.

License

Notifications You must be signed in to change notification settings

gShahr/codeforces-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces Analyzer

This project is a tool for visualizing Codeforces problem-solving data. It helps users analyze their performance and identify areas for improvement.

Table of Contents

Introduction

The Codeforces Analyzer is designed to provide insights into your problem-solving patterns on Codeforces. By visualizing your performance data, you can better understand your strengths and weaknesses.

Features

  • Visualize problem-solving data by rating, tags, and programming language.
  • Identify unsolved problems and track your progress over time.
  • Interactive charts for easy data interpretation.

New Features

  • Only counts solved problems once (Old extension was counting unique solutions multiple times).
  • Comparison ability for problem rating chart.
  • Metrics for contest performance.

Installation

To install the Codeforces Analyzer, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/codeforces-analyzer.git
  2. Navigate to the project directory:

    cd codeforces-analyzer
  3. Install the required dependencies:

    npm install

Usage

To use the Codeforces Analyzer, follow these steps:

  1. Run the application:

    npm start
  2. Open your browser and navigate to http://localhost:3000.

  3. Enter your Codeforces handle to start analyzing your data.

Contributing

We welcome contributions to improve the Codeforces Analyzer. To contribute, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:

    git commit -m 'Add some feature'
  4. Push to the branch:

    git push origin feature/your-feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

This script was originally taken from Greasy Fork and has been modified with some minor additions to enhance its functionality.

About

This project is a tool for visualizing Codeforces problem-solving data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published