书籍 Introduction to Programming in Java的封面

Introduction to Programming in Java

Robert Sedgewick

出版时间

2007-07-26

ISBN

9780321498052

评分

★★★★★

标签

算法

书籍介绍

By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and applied mathematics, Introduction to Programming in Java takes an interdisciplinary approach to teaching programmingwith theJava ™ programming language.

Elements of Programming: Your First Program; Built-in Types of Data; Conditionals and Loops; Arrays; Input and Output. Functions and Modules: Static Methods; Libraries and Clients; Recursion. Object-Oriented Programming : Data Types; Creating Data Types; Designing Data Types. Algorithms and Data Structures: Performance; Sorting and Searching; Stacks and Queues; Symbol Tables.

For all readers interested in introductory programming courses using theJava programming language.

用户评论
普林斯顿老爷子的coursera网课课本 嗯 接触到core system之后 越来越多碰到算法了 就得回来温习一下
虐成狗
COS126
基础入门书,更倾向于介绍CS基本概念,用java程序辅助解释
本科生程序设计课的教材,内容浅显易懂,把Java的基础知识覆盖比较全面,可以作为入门教材从零学起。每章的Q&A有很多很好的建议,甚至比正文还好。缺点是太简单了,不适合进阶用。