Description: (round robin schedules) with n = 2 ^ k a player to tennis round robin, request to design a meet the following requirements of the match schedule:
(1) each player must with other n- 1 player all the time.
(2) each player a day can only "a.
According to the requirement of the match schedule design into a n* n matrix, among them, the first I do the first j column and the first I said a player in the first j day game against.
Write round robin schedule program. Specific implementation may have many kinds of methods to realize, but recursive realization is must be completed.
To Search:
File list (Check if you may need any files):
RaceCalendar.java