1688. Count of Matches in Tournament Updated: 2024-03-12 1 min read Algorithms , LeetCode On This PageLeetCode problem 1688class Solution: def numberOfMatches(self, n: int) -> int: return n - 1