Statistical Thinking for Managers
Author: David K Hildebrand
Focusing on the analysis of data using modern statistical and spreadsheet software, Hildebrand and Ott emphasize making sense of data and discuss not only how a statistical method is applied, but why and why not. Throughout the book, the authors integrate computer use into the development of statistical concepts, emphasizing the value of looking at data to make sure the right questions are being asked. The real-life applications and examples throughout challenge students to think like managers. The case that concludes every chapter asks students to deal with a relatively unstructured situation and to explain the statistical reasoning in nontechnical language. Modern statistical methods, including resampling and bootstrapping are included. In addition, the authors emphasize quality control and improvement throughout the book and include three full chapters on regression and correlation methods.
Read also Once in a Lifetime Trips or On This Earth
Data Abstraction and Problem Solving with Java
Author: Frank Carrano
Data Structures/Java
Data Abstraction and Problem Solving with Java, 2/E
Frank M. Carrano, University of Rhode Island
Janet Prichard, Bryant University
ISBN: 0321304284
The Second Edition of Data Abstraction and Problem Solving with Java: Walls and Mirrors, presents fundamental problem-solving and object-oriented programming skills by focusing on data abstraction (the Walls) and recursion (the Mirrors). It is fully revised to use the latest version of the Java programming language (Java 5.0). Java 5.0 is particularly well suited for presenting object-oriented programming, and helps enhances this edition’s increased focus on object-oriented programming and data abstraction. Clear, accessible writing is complimented by a pedagogically rich presentation throughout this textbook.
The Second Edition includes:
- Early and expanded attention to learning the Java language
- Fully updated Java code and UML notation used for all psuedocode
- Coverage of advances in Java 5.0 such asgeneric types, iterators, and the Java Collections Framework
- Examples that illustrate the role of classes and ADTs in the problem-solving process
“This book stands out as one of the best data structures books I have ever seen. It offers fine coverage of data structures and problem-solving techniques, and presents material in an elegant way that students can easily understand.”
Eric Jiang, University of San Diego
"Data Abstraction and Problem Solving with Java: Walls and Mirrors is an effective tool for introducing students to systematic solution design and lucid programming style. Walls and Mirrors makes teaching simpler and learning easier through its clear explanation of concepts, elaborate illustrative examples, and wide-ranging selection of problems."
Sandip Sen, The University of Tulsa
“The strength of Data Abstraction and Problem Solving with Java: Walls and Mirrors lies in its systematic approach to developing problem solving and programming skills. It provides clear, effective coverage of the fundamentals of software development.”
Chakib Chraibi, Barry University
Table of Contents:
Pt. 1 | Problem-solving techniques | 1 |
1 | Review of Java fundamentals | 3 |
2 | Principles of programming and software engineering | 65 |
3 | Recursion : the mirrors | 113 |
4 | Data abstraction : the walls | 171 |
5 | Linked lists | 221 |
Pt. 2 | Problem solving with abstract data types | 291 |
6 | Recursion as a problem-solving technique | 293 |
7 | Stacks | 327 |
8 | Queues | 381 |
9 | Advanced Java topics | 421 |
10 | Algorithm efficiency and sorting | 463 |
11 | Trees | 517 |
12 | Tables and priority queues | 601 |
13 | Advanced implementations of tables | 657 |
14 | Graphs | 735 |
15 | External methods | 781 |
App. A | A comparison of Java to C++ | 821 |
App. B | Unicode character codes (ASCII subset) | 825 |
App. C | Java resources | 826 |
App. D | Mathematical induction | 828 |
No comments:
Post a Comment