Год выпуска: 1999 Автор:Max Hailperin, Barbara Kaiser, and Karl Knight
Язык: Английский
Издательство: International Thomson Publishing ISBN: 0-534-95211-9
Формат: PDF
Количество страниц: 686 Описание: This book takes a fairly rigorous, hands-on, and abstraction-based approach to teaching the basics of programming and data structures, using Scheme as the language of implementation. The authors feel strongly that since computer scientists not only write programs but also prove theorems and analyze algorithms, this book should provide first-year students the opportunity to do these things as well, and experience first hand how computer scientists think. In addition, students learn a variety of programming models (called "paradigms"), including both assembly-language and object-oriented programming (OOP). Although most of the book uses Scheme, Java is introduced at the end as a second language to demonstrate concepts of OOP and concurrent programming.