Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 579 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 579 Bytes

This tool can be used to download the NHL.com Stanley Cup Playoff Brackets and run basic stats on them.

In the directory create a folder called brackets. Run go run main.go and the brackets folder will begin populating with 458223 brackets, each saved into their own file of the form brackets/<bracket-number>.txt.

This has taken over 12 hours to run and will occupy approximately 2GB.

Running go run analyze.go will print to the console the stats. As an example, I saved the output to ROUND-OF-16.txt and STANLEY-CUP-FINALS.txt when analyzing on 300k brackets.