/Round-Robin-Tournaments-Scheduling

In a Round Robin tournament every team plays every other team . There is a systematic approach to scheduling a Round Robin tournament. This method assumes that there are enough fields / pitches / courts so that all the games in a round can be played simultaneously. The technique is called the polygon method . Using this code you can generate a round robin match schedule within no time.

Primary LanguagePython

# Round-Robin-Tournaments-Scheduling
In a Round Robin tournament every team plays every other team .  There is a systematic approach to scheduling a Round Robin tournament. This method assumes that there are enough fields / pitches / courts so that all the games in a round can be played simultaneously. The technique is called the polygon method . Using this code you can generate a round robin match schedule within no time.

##############################################################
Created by Ayush Jain
##############################################################

Any errors ?? Please let me know.

##############################################################
Thanks for Downloading!!!