Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Dec 1, 2023
1 parent 1b8e9aa commit 8242fa6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Runtime: O(n), n being the number of competition
// Space: O(k), k being the number of teams

function tournamentWinner(competitions, results) {
let teams = new Map();
let maxPoints = 0;
Expand Down

0 comments on commit 8242fa6

Please sign in to comment.