Pergunta de entrevista da empresa Apple

create the logic for a spreadsheet API that could do calculations based on the cells given in such a way where one cell could contain a math equation including the value of another cell.

Resposta da entrevista

Sigiloso

17 de dez. de 2024

Resulted in writing in a recursive method in NodeJS with a getCell and setCell methods.