Commit Graph

2 Commits

Author SHA1 Message Date
david 9137fabc2b refactor(tests): update test files to use new player field names 2026-04-26 16:44:48 -07:00
david 3e98c59d85 feat: add round-robin schedule generator
Implement circle-method algorithm for generating round-robin tournament
schedules. Handles both even and odd team counts with bye rounds.

Includes unit tests for algorithm correctness, input validation, and
expected round/matchup calculations.
2026-04-26 16:44:47 -07:00