How to Think Like a Computer Scientist (free Java ebook)

A 300 page ebook on how to think like a computer scientist using the Java language. The philosophy behind is, generally:

  • Vocabulary is important
  • Learn the algorithm and know how to debug
  • Some concepts are harder than others
  • Less code is better code (this is probably debatable)
The book covers object-oriented programming and data structures and so much more! Very complete resources for those getting started.
Share this link:
Rate this link:
No votes yet
Total comments: 0 Total views: 26
Categories and tags:
Submitted Thu, 05/05/2011 - 15:36 by josh
Format: Text Text   Download Download   
Created by: Someone Else
Audience: Lower Division