Algorithms + Data Structures = Programs
Use attributes for filter ! | |
Originally published | 1976 |
---|---|
Authors | Niklaus Wirth |
Genres | Non-fiction |
Subject | programming, algorithms and data structures |
Date of Reg. | |
Date of Upd. | |
ID | 1278989 |
About Algorithms + Data Structures = Programs
Algorithms + Data Structures = Programs is a 1976 book written by Niklaus Wirth covering some of the fundamental topics of computer programming, particularly that algorithms and data structures are inherently related. For example, if one has a sorted list one will use a search algorithm optimal for sorted lists.