Question

does anybody know of a book where i can learn "introduction to programming tools in computer science including: data abstraction, recursion, higher-order functions, I/O, and data structures such as lists and trees. This course prepares students for success in AP Computer Science." I have a little programming experience, but i feel learning these things may really lessen the learning curve and give me a better understanding of programming

Was it helpful?

Solution

Structure and Interpretation of Computer Programs. On MITOpenCorseware has 20 hours of lectures which is related to the book. It does not cover all of the book but it's magical to watch!

In one hour you learn a programming language and in the last two you learn compilation techniques and how to make a garbage collector. It's pretty awesome.

OTHER TIPS

you can check let uc C,is a good book. it is in C language. pdf is available at http://www.cluster2.hostgator.co.in/files/writeable/uploads/hostgator99706/file/letusc-yashwantkanetkar.pdf . this book doesn't include data structure.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top