Structured data structures
Title | Structured data structures |
Publication Type | Journal Articles |
Year of Publication | 1974 |
Authors | Shneiderman B, Scheuermann P |
Journal | Communications of the ACM |
Volume | 17 |
Issue | 10 |
Pagination | 566 - 574 |
Date Published | 1974/10// |
ISBN Number | 0001-0782 |
Keywords | data base management system, Data structures, structured programming |
Abstract | Programming systems which permit arbitrary linked list structures enable the user to create complicated structures without sufficient protection. Deletions can result in unreachable data elements, and there is no guarantee that additions will be performed properly. To remedy this situation, this paper proposes a Data Structure Description and Manipulation Language which provides for the creation of a restricted class of data structures but ensures the correctness of the program. This is accomplished by an explicit structure declaration facility, a restriction on the permissible operations, and execution-time checks. |
URL | http://doi.acm.org/10.1145/355620.361170 |
DOI | 10.1145/355620.361170 |