{"id":19316864,"url":"https://github.com/taskmedia/roundrobintournament","last_synced_at":"2026-05-18T05:05:06.561Z","repository":{"id":46409396,"uuid":"417651260","full_name":"taskmedia/roundrobintournament","owner":"taskmedia","description":"calculate round robin tournament matches (every one against everyone) - used e.g. for group phases","archived":false,"fork":false,"pushed_at":"2021-10-28T20:57:47.000Z","size":31,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-06T04:12:55.318Z","etag":null,"topics":["roundrobin","tournament"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taskmedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-15T22:16:27.000Z","updated_at":"2021-10-28T21:05:03.000Z","dependencies_parsed_at":"2022-08-20T17:50:24.695Z","dependency_job_id":null,"html_url":"https://github.com/taskmedia/roundrobintournament","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskmedia%2Froundrobintournament","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskmedia%2Froundrobintournament/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskmedia%2Froundrobintournament/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskmedia%2Froundrobintournament/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taskmedia","download_url":"https://codeload.github.com/taskmedia/roundrobintournament/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240420938,"owners_count":19798501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["roundrobin","tournament"],"created_at":"2024-11-10T01:12:57.548Z","updated_at":"2026-05-18T05:05:01.530Z","avatar_url":"https://github.com/taskmedia.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# round robin tournament\n\nThis is a golang module which will provide functions to generate a 2d slice of string containing matches of given teams.\nThe matches will be generated using the [round-robin tournament](https://en.wikipedia.org/wiki/Round-robin_tournament).\nEvery team will play against every other team.\n\n## example\n\nThe following golang function call will create the 2d slice of strings above.\n```go\nGenerateRoundRobinTournamentMatchesByNumber(4)\n```\n\n```\n[\n  [Team 1 Team 2]\n  [Team 3 Team 4]\n  [Team 1 Team 4]\n  [Team 2 Team 3]\n  [Team 1 Team 3]\n  [Team 4 Team 2]\n]\n```\n\nYou will find other examples in [example](example) directory.\n\n---\n\n[![releases](https://img.shields.io/github/v/release/taskmedia/roundrobintournament?style=flat-square)](https://github.com/taskmedia/roundrobintournament/releases/latest)\n[![docs](https://img.shields.io/badge/docs-pkg.go.dev-blue?style=flat-square)](https://pkg.go.dev/github.com/taskmedia/roundrobintournament)\n[![golang version](https://img.shields.io/github/go-mod/go-version/taskmedia/roundrobintournament?style=flat-square)](https://golang.org/dl/#stable)\n\u003cbr /\u003e\n[![MIT license](https://img.shields.io/github/license/taskmedia/roundrobintournament?style=flat-square)](https://github.com/taskmedia/roundrobintournament/blob/main/LICENSE)\n[![codecoverage](https://img.shields.io/codecov/c/github/taskmedia/roundrobintournament?style=flat-square)](https://app.codecov.io/gh/taskmedia/roundrobintournament)\n![code size](https://img.shields.io/github/languages/code-size/taskmedia/roundrobintournament?style=flat-square)\n\u003cbr /\u003e\n[![issues](https://img.shields.io/github/issues/taskmedia/roundrobintournament?style=flat-square)](https://github.com/taskmedia/roundrobintournament/issues)\n[![pull requests](https://img.shields.io/github/issues-pr/taskmedia/roundrobintournament?style=flat-square)](https://github.com/taskmedia/roundrobintournament/pulls)\n\u003cbr /\u003e\n[![twitter](https://img.shields.io/twitter/follow/taskmediaDE?style=social)](https://twitter.com/taskmediaDE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskmedia%2Froundrobintournament","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskmedia%2Froundrobintournament","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskmedia%2Froundrobintournament/lists"}