problemscpp
A collection of my answers to algorithm problems in c++.
|
LeetCode 6006. 拿出最少数目的魔法豆 更多...
类 | |
class | Solution |
函数 | |
TEST (removing_minimum_number_of_magic_beans, case1) | |
TEST (removing_minimum_number_of_magic_beans, case2) | |
LeetCode 6006. 拿出最少数目的魔法豆
leetcode::removing_minimum_number_of_magic_beans::TEST | ( | removing_minimum_number_of_magic_beans | , |
case1 | ) |
在文件 leetcode_test.cpp 第 1496 行定义.
引用了 leetcode::removing_minimum_number_of_magic_beans::Solution::minimumRemoval().
leetcode::removing_minimum_number_of_magic_beans::TEST | ( | removing_minimum_number_of_magic_beans | , |
case2 | ) |
在文件 leetcode_test.cpp 第 1501 行定义.
引用了 leetcode::removing_minimum_number_of_magic_beans::Solution::minimumRemoval().