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

Function longestDecomposition

leetcode/src/1147.c:42–49  ·  view source on GitHub ↗

Dynamic programming. Up -> down approach. Runtime: O(n*n) Space: O(n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected