|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result for Longest Common Subsequence (LCS). More...
#include <String_DP.H>
Public Attributes | |
| size_t | length = 0 |
| Length of the subsequence. | |
| std::string | subsequence |
| The subsequence string. | |
Result for Longest Common Subsequence (LCS).
Definition at line 224 of file String_DP.H.
| size_t Aleph::LCS_Result::length = 0 |
Length of the subsequence.
Definition at line 226 of file String_DP.H.
| std::string Aleph::LCS_Result::subsequence |
The subsequence string.
Definition at line 227 of file String_DP.H.