We used the book for ECE 3020 - Mathematical foundations of computer Engineering at Gatech. Lecture notes have been taken down, but here are our homework solutions: http://users.ece.gatech.edu/~dblough/3020/solutions/hw_solut...
Foundations of Computer Science
11–20 of 89 posts
Re: Foundations of Computer Science
#12Re: Foundations of Computer Science
#13I can't find any license. I wonder if the authors would allow someone to convert the book to epub or mobi.
pdftk preface.pdf toc.pdf ch*.pdf index.pdf cat output Aho_Ullman_1992_Foundations_of_Computer_Science.pdf
Re: Foundations of Computer Science
#14Re: Foundations of Computer Science
#15> But fundamentally, computer science is a science of abstraction — creating the right model for thinking about a problem and devising the appropriate mechanizable techniques to solve it.
Too often in computer science education these days, this essential fact is lost.
Re: Foundations of Computer Science
#16From the first paragraph of the first chapter: > But fundamentally, computer science is a science of abstraction — creating the right model for thinking about a problem and devising the appropriate mechanizable techniques to solve it. Too often in computer science education these days, this essential fact is lost.
Re: Foundations of Computer Science
#17And, you know, the book about foundations is... SICP.) OK, this is C Edition.
Re: Foundations of Computer Science
#18Re: Foundations of Computer Science
#19From the first paragraph of the first chapter: > But fundamentally, computer science is a science of abstraction — creating the right model for thinking about a problem and devising the appropriate mechanizable techniques to solve it. Too often in computer science education these days, this essential fact is lost.