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

有帮助吗?

解决方案

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.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top