COMP1130 References
Textbook
For details of the textbook for the COMP1100 part of the course, see the COMP1100 Website.For the additional material, the textbook is:
Foundations of Computer Science, C Edition, by Alfred V. Aho and Jeffrey D. Ullman, 1995.This book is available free and on-line.
The code for the C programs in the book is also available.
Relevant chapters in Foundations of Computer Science
Chapter 2. Iteration, Induction, and Recursion
Chapter 3. The Running Time of Programs
Chapter 5. The Tree Data Model
Chapter 6. The List Data Model
C References
- C Programming (from University of Strathclyde Computer Centre)
- C Programming
- C Library Reference Guide
