Skip to content

acmASCIS/filtration-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filtration Points Calculator

This tool is made to calculate filtration points for the trainees.

How to Use

You'll need to run npm run build to fetch the trainees data before running the calculator. But first points.json file is required to act as the configuration file for the points.

Here's an example for the points.json file:

{
  "contests": ["259043", "259389", "259644"],
  "points": [[1, 3, 1, 2, 2 , 3], [2, 3, 1, 1, 3], [1, 1, 4, 2, 1, 3]]
}

About

Filtration points calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published