Build your intuition. Is this statement true or false?
Using a single row array reduces the space complexity of the tabulation solution for the Longest Common Subsequence problem from O(m * n) to O(n).
Press true if you believe the statement is correct, or false otherwise.