TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
represents single example inputs and expected output of the function longest_common_string_length More...
Public Member Functions | |
TestCase (std::string string_a, std::string string_b, const std::size_t in_common_string_len) | |
Public Attributes | |
const std::string | string_a |
const std::string | string_b |
const std::size_t | common_string_len |
represents single example inputs and expected output of the function longest_common_string_length
Definition at line 54 of file longest_common_string.cpp.
|
inline |
Definition at line 59 of file longest_common_string.cpp.
const std::size_t TestCase::common_string_len |
Definition at line 57 of file longest_common_string.cpp.
const std::string TestCase::string_a |
Definition at line 55 of file longest_common_string.cpp.
const std::string TestCase::string_b |
Definition at line 56 of file longest_common_string.cpp.