Cup Scheduler
Package:
Summary:
Generate a schedule of games between teams
Groups:
Author:
Description:
This class can be used to generate a schedule of games between teams.
It takes as input an array with the names of teams of a league. The number of teams must be even.
The class shuffles the array and displays a list of matches with teams that play against each other.
It takes as input an array with the names of teams of a league. The number of teams must be even.
The class shuffles the array and displays a list of matches with teams that play against each other.
Comments are closed.