1 paper · 1 filter
Logan Nye
Hirschberg's algorithm (1975) reduces the space complexity for the longest common subsequence problem from O(N2) to O(N) via recursive midpoint bisection on a grid dynamic pro…