round_robin 0.1.2

Create a vector of rounds and their respective matches in a tournament, using the Round-robin algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["Savio Santos <saviosa08@gmail.com>"]
description = "Create a vector of rounds and their respective matches in a tournament, using the Round-robin algorithm."
edition = "2018"
license = "MIT"
name = "round_robin"
repository = "https://github.com/savi8sant8s/round_robin"
version = "0.1.2"