LAMBDA Data Structures

While Google Sheets natively supports arrays, it does not support other data structures. We can simulate structures such as binary search trees or singly-linked lists using LAMBDA. Note that in this context, 'data structure' refers to the computer science concept; in conventional spreadsheet contexts, the term typically refers to conventions for information arrangement and processing, such as with tables.

Unlike other programming languages, data structures are a subset of LAMBDA UDTs.