elimination

package module
v0.0.0-...-c99d288 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2019 License: MIT Imports: 1 Imported by: 0

README

elimination

Elimination tournament generator for go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Double

type Double struct {
	G graph.DirectedBuilder
}

func (*Double) Build

func (d *Double) Build(teams []Team)

type Match

type Match interface {
	graph.Node

	AddTeam(Team)
}

type Single

type Single struct {
	G graph.DirectedBuilder
}

func (*Single) Build

func (s *Single) Build(teams []Team)

type Team

type Team interface{}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL