problemscpp
A collection of my answers to algorithm problems in c++.
|
LeetCode 6008. 统计包含给定前缀的字符串 更多...
类 | |
class | Solution |
函数 | |
TEST (counting_words_with_a_given_prefix, case1) | |
TEST (counting_words_with_a_given_prefix, case2) | |
LeetCode 6008. 统计包含给定前缀的字符串
leetcode::counting_words_with_a_given_prefix::TEST | ( | counting_words_with_a_given_prefix | , |
case1 | ) |
在文件 leetcode_test.cpp 第 1779 行定义.
引用了 leetcode::counting_words_with_a_given_prefix::Solution::prefixCount().
leetcode::counting_words_with_a_given_prefix::TEST | ( | counting_words_with_a_given_prefix | , |
case2 | ) |
在文件 leetcode_test.cpp 第 1784 行定义.
引用了 leetcode::counting_words_with_a_given_prefix::Solution::prefixCount().