LeetCode Experience · Jun 2019

Uber phone screen - Design Spreadsheet

9 upvotes 3,992 views 4 replies

Interview Experience

Design a Spreadsheet with the following methods. It should handle formulas. Class Spreadsheet 1) get 2) put Have to support formulae (* , +) B1: "=A1+A2+5" B2: "=B1+A1" Solved it with python to handle formulas and update the...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

System Design