Algorithms_in_C++  1.0.0
Set of algorithms implemented in C++.
dynamic_programming Directory Reference

Files

file  shortest_common_supersequence.cpp
 SCS is a string Z which is the shortest supersequence of strings X and Y (may not be continuous in Z, but order is maintained).