Search
⌘K

Leetcode 1212. Team Scores in Football Tournament

Given a list of match results in a round-robin football tournament, compute each team’s total points (and optionally secondary stats like goal difference) by aggregating results and then produce the final scores or ranking. The core challenge is correctly parsing and accumulating per-team statistics and applying tie-break rules when sorting standings.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.