Skip to content

Round-Robin Ranking (RRR) system in JavaScript/TypeScript.

License

Notifications You must be signed in to change notification settings

jcdhan1/round-robin-ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

round-robin-ranking

A Round-Robin Ranking (RRR) system in JavaScript/TypeScript.

This can be used for:

  • The scheduling of matches for a tournament.
  • The recording of results for a match.
  • The ranking of teams based on their results.

Versatility:

  • It can be used for ranking teams, single-players or other objects by comparing them in pairs.
  • The results can be a pairs of numbers (e.g. home-away scores), proportions (between 0 and 1) or booleans.

About

Round-Robin Ranking (RRR) system in JavaScript/TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published