Pregunta de entrevista de Cruise

Leetcode 308

Respuesta de la entrevista

Anónimo

13 feb 2018

I used a naive way by constructing a matrix that stores the sum, and then update that matrix.

2