Search
⌘K

Leetcode 3484. Design Spreadsheet

Design a Spreadsheet class with 26 columns and a specified number of rows that supports setCell and resetCell operations and stores integer values (unset cells default to 0). Implement getValue to parse and evaluate formulas of the form "=X+Y", where X and Y are either nonnegative integers or cell references, returning their sum.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.