Round Robin Class
Package:
Summary:
Schedule season matches using round robin
Groups:
Author:
Description:
This class can be used to create a schedule of championship season matches of any sport using the round robin algorithm.
It can take a list of teams or players participating in a season and use the round robin algorithm to generate a schedule of the games that each team or player will play.
There are class functions to iterate over each championship match day and the matches on each match day.
It can take a list of teams or players participating in a season and use the round robin algorithm to generate a schedule of the games that each team or player will play.
There are class functions to iterate over each championship match day and the matches on each match day.
Comments are closed.