summaryrefslogtreecommitdiff
path: root/lib/scheduling/roundrobin.rb
AgeCommit message (Collapse)Author
2014-04-26rr #matched changedtkimia
2014-04-25fixed a dumb mistakeDavisLWebb
2014-04-25I think I properly populated the teams into the @teams_pair array. Its in ↵DavisLWebb
roundRobin.rb. Someone may want to check to make sure I did it right.
2014-04-25Added the round robin algorithm. Its based on array rotations. The array ↵DavisLWebb
needs to be properly populated (I'm not sure how to add the teams to the array)
2014-04-24seeds and elimination small changesguntasgrewal