Implement an Integer Spreadsheet with Formulas

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.

|Home/Coding & Algorithms/Harvey
Harvey logo
Harvey
Jun 6, 2026
mediumSoftware EngineerTechnical ScreenCoding & Algorithms
4
0
Loading...

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...