Algorithms_in_C++ 1.0.0
Set of 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
|
inline |