Given the standings in a sports league at some point during the season, determine which teams have been mathematically eliminated from winning their division. Given an input of baseball division ...
A Python implementation of a soccer elimination algorithm using the Ford-Fulkerson max flow algorithm. This project determines which teams are still mathematically able to win and which teams have ...