<p>Much of current programming practice is basically empirical and ad hoc in approach. Each problem is tackled without relation to those that have gone before; experiences are made and stored as a series of fragments. Now, under the pressure of events, this unsatisfactory state of affairs is coming
A Structured Programming Approach to Data
โ Scribed by Derek Coleman (auth.)
- Publisher
- Macmillan Education UK
- Year
- 1978
- Tongue
- English
- Leaves
- 233
- Series
- Macmillan Computer Science Series
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Front Matter....Pages i-xi
An Overview of Program Design....Pages 1-5
Program Design Notation....Pages 6-20
Arrays....Pages 21-26
Simple Data Structuring....Pages 27-35
On Program Design....Pages 36-52
Set Structures....Pages 53-65
The Class Construct....Pages 66-79
Dynamic Data Structures....Pages 80-94
Sequences....Pages 95-115
Simple Searching Techniques....Pages 116-127
Hashing Techniques....Pages 128-140
Recursion and Recursive Algorithms....Pages 141-157
Binary Search Trees....Pages 158-186
Designing Programs from Data Structures....Pages 187-216
Back Matter....Pages 217-222
โฆ Subjects
Programming Techniques
๐ SIMILAR VOLUMES
<p></p><p>Gain a better understanding of pointers, from the basics of how pointers function at the machine level, to using them for a variety of common and advanced scenarios. This short contemporary guide book on pointers in C programming provides a resource for professionals and advanced students