Base-ball elimination

Simple calculator which solves the Baseball elimination problem online. It basically finds Which teams have a chance of finishing the season with the most wins?
This calculator uses DINIC Max Flow algorithm for the same. Run time of Dinic's: O(EV^2) , Runtime of this calculator: O(TxV^3) = O(T^7)






TeamWinsLossesRemaining