Back to problems

Table Editing

Low-Level Design · Airtable · Hard

Note: The current environment does not yet handle challenges involving multiple functions in the same way as some coding platforms, though support is being developed. Table Data Structure Implement a simplified table data structure. A table contains records, which act as rows, and named fields, which act as columns. Records are numbered from 1 through n, while every field is identified by a string. The intersection of one record and one field is a cell. For this problem,…

Checking your access…