Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 653 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 653 Bytes

Ruby League Ranking

CircleCI

Example usage

rake league_ranking:calculate < sample-input.txt

Run Tests

rake league_ranking:test

The rules

In this league, a draw (tie) is worth 1 point and a win is worth 3 points. A loss is worth 0 points. If two or more teams have the same number of points, they should have the same rank and be printed in alphabetical order (as in the tie for 3rd place in the sample data).