problemscpp
A collection of my answers to algorithm problems in c++.
静态 Public 成员函数 | 所有成员列表
leetcode::count_of_matches_in_tournament::Solution类 参考

#include <leetcode.h>

静态 Public 成员函数

static int numberOfMatches (int n)
 

详细描述

在文件 leetcode.h729 行定义.

成员函数说明

◆ numberOfMatches()

int leetcode::count_of_matches_in_tournament::Solution::numberOfMatches ( int  n)
static

在文件 leetcode.cpp1698 行定义.

1698{ return n - 1; }

被这些函数引用 leetcode::count_of_matches_in_tournament::TEST().


该类的文档由以下文件生成: