problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <leetcode.h>
静态 Public 成员函数 | |
static int | countValidWords (const string &sentence) |
在文件 leetcode.h 第 754 行定义.
|
static |
< 有效单词数
< 是否是有效单词
< 是否已经存在连接符'-'
当前字符
在文件 leetcode.cpp 第 1718 行定义.
被这些函数引用 leetcode::number_of_valid_words_in_a_sentence::TEST(), leetcode::number_of_valid_words_in_a_sentence::TEST(), leetcode::number_of_valid_words_in_a_sentence::TEST() , 以及 leetcode::number_of_valid_words_in_a_sentence::TEST().