| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo contains a tab-delimited file of game results for an entire regulation season called team_stats.txt. The object is to parse and aggregate the results of this file.
Solutions are welcome in whatever programming language you are most comfortable with, though preferred in either C#, F# or PowerShell.
For the purpose of this task a simple, naive download and System.Console output is perfectly acceptable.
| Outcome | Points |
|---|---|
| Regulation win | 2 |
| Overtime loss | 1 |
| Loss | 0 |
Overtime is defined as any game which exceeds 3 periods.
Goal Differential = Goals For - Goals Against
Shooting Percentage = Goals For / Shots For
| Back | FazBrowse Home | New Git URL |