Introduction to Programming in Java: An Interdisciplinary Approach, 2nd Edition
β Scribed by Robert Sedgewick, Kevin Wayne
- Publisher
- Addison-Wesley
- Year
- 2017
- Tongue
- English
- Edition
- 2
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
- Basic elements of programming: variables, assignment statements, built-in data types, conditionals, loops, arrays, and I/O, including graphics and sound
- Functions, modules, and libraries: organizing programs into components that can be independently debugged, maintained, and reused
- Algorithms and data structures: sort/search algorithms, stacks, queues, and symbol tables
- Applications from applied math, physics, chemistry, biology, and computer science
- Chapter summaries
- Supplementary exercises, some with solutions
- Detailed instructions for installing a Java programming environment
- Program code and test data suitable for easy download
- Detailed creative exercises, projects, and other supplementary materials
- Chapter 1βElements Of Programming
- Chapter 2βFunctions And Modules
- Chapter 3βObject-Oriented Programming
- Chapter 4βAlgorithms And Data Structures
π SIMILAR VOLUMES
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
The basis for education in the last millennium was "reading, writing, and arithmetic"; now it is reading, writing, and computing. Learning to program is an essential part of the education of every student in the sciences and engineering. Beyond direct applications, it is the first step in underst
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 pro