July 2020
Intermediate to advanced
360 pages
7h 8m
English

26.1Constraints
⊳The data exists beyond the execution of programs that use it, and is meant to be used by many different programs.
⊳The data is stored in a way that makes it easier/faster to explore. For example:
⊳The input data of the problem is modeled as one or more series of domains, or types, of data.
⊳The concrete data is modeled as having components of several domains, establishing relationships between the application’s data and the domains identified.
⊳The problem is solved by issuing queries over the data.
26.2A Program in This Style
26.3Commentary
IN THIS STYLE, we want to model and store ...
Read now
Unlock full access