Build your intuition. Fill in the missing part by typing it in.
In the dynamic programming approach for calculating edit distance, we can optimize the space complexity by using a __ to store only the previous row of the matrix.
Write the missing line below.