MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / scs

Function scs

dynamic_programming/shortest_common_supersequence.cpp:42–116  ·  view source on GitHub ↗

* Function implementing Shortest Common Super-Sequence algorithm using look-up table method. * @param str1 first string 'X' * @param str2 second string 'Y' * @returns string 'Z', superSequence of X and Y */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testFunction · 0.85
mainFunction · 0.85

Calls 3

push_backMethod · 0.80
reverseFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected