Quick Overview

Implement an in-memory integer spreadsheet with literals, additive formulas, nested references, replacement updates, and zero-valued unset cells. Each read must reflect current definitions, with acyclic dependency chains reaching up to 1,000 cells.

Implement an Integer Spreadsheet with Formulas

Company: Harvey

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Technical Screen

Overview: Implement an in-memory integer spreadsheet with literals, additive formulas, nested references, replacement updates, and zero-valued unset cells. Each read must reflect current definitions, with acyclic dependency chains reaching up to 1,000 cells.

Loading…