Giter VIP home page Giter VIP logo

leetcode-percentile-analyzer's Introduction

About:

This project is aimed at helping you track your leetcode performance using historical leetcode contest data.

The idea being that even without having participated in past contests, you can find out how you'd have performed by timing yourself and using this tool to determine what percentile that completion time would have placed you in, had you participated in that contest.

If you're more interested in looking at percentiles of users who have participated in contests please see this project:

Before running

yarn install

Usage

Each contest url contains the <contest-name>. Example:

The contest name here is weekly-contest-276

https://leetcode.com/contest/weekly-contest-276/

yarn start <contest-name>

- Percentile defaults to 90th

Finds finish_time needed to have made 10th percentile.

Example:
```
yarn start biweekly-contest-69

> logs ...
> To have made 10th percentile you need to have finished within 0h:27m:20s, ahead of user who ranked 993 on page 40
```

yarn start <contest-name> <desired-percentile>

Finds finish_time needed to have made desired-percentile.

Example:
```
yarn start biweekly-contest-69 30

> logs ...
> To have made 30th percentile you need to have finished within xxh:xxm:xxs, ahead of user who ranked xxxx on page xx
```

yarn start <contest-name> <desired-percentile> <hh-finish> <mm-finish> <ss-finish>

All info above +
Provides percentile which <hh-finish>:<mm-finish>:<ss-finish> finish_time places you in.

Example:
```
yarn start biweekly-contest-69 70 0 40 35

> logs ...
> With time of 0:40:35 you finished in the 20th percentile, assuming you completed all submissions without error
> With a rank of 6835 you finished in the 69th percentile
```

yarn start <contest-name> <desired-percentile> <hh-finish> <mm-finish> <ss-finish> <rank>

All info above +
Provides percentile which <rank> places you in.

Example:
```
yarn start biweekly-contest-69 10 0 40 35 6835

> logs ...
> With time of 0:40:35 you finished in the 20th percentile, assuming you completed all submissions without error
> With a rank of 6835 you finished in the 69th percentile
```

leetcode-percentile-analyzer's People

Contributors

nnadozie avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.