How to Think Like a Computer Scientist C++ Version

The goal of this book is to teach you to think like a computer scientist. I like the way computer scientists think because they combine some of the best features of Mathematics, Engineering, and Natural Science. Like mathematicians,computer scientists use formal languages to denote ideas (specifical...

Full description

Saved in:
Bibliographic Details
Main Author: Downey, Allen B. (Author)
Format: Electronic eBook
Language:English
Published: [Place of publication not identified] Green Tea Press [2012]
Series:Open textbook library.
Subjects:
Online Access:Access online version
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • Chapter 1: The way of the program
  • Chapter 2: Variables and types
  • Chapter 3: Function
  • Chapter 4: Conditionals and recursion
  • Chapter 5: Fruitful functions
  • Chapter 6: Iteration
  • Chapter 7: Strings and things
  • Chapter 8: Structures
  • Chapter 9: More structures
  • Chapter 10: Vectors
  • Chapter 11: Member functions
  • Chapter 12: Vectors of Objects
  • Chapter 13: Objects of Vectors
  • Chapter 14: Classes and invariants
  • Chapter 15: File Input/Output and apmatrixes