MCPcopy Create free account
hub / github.com/TheAlgorithms/C / lcsbuild

Function lcsbuild

dynamic_programming/lcs.c:64–94  ·  view source on GitHub ↗

* @brief Builds the LCS according to B using a traceback approach * @param s1 first null-terminated string * @param l1 length of s1 * @param l2 length of s2 * @param L matrix of size l1 x l2 * @param B matrix of size l1 x l2 * @returns lcs longest common subsequence */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected