Football Dynasty
Jump to navigation
Jump to search
This problem asks us to simulate a foosball tournament where the players at the table follow a set of somewhat convoluted rules.
This problem is not algorithmically difficult, but is tricky to code. One must remember the order that players arrived at the table, who is currently on offense/defense for each team, how many games they've won, whether they're white or black and the order of the queue.