网站首页  软件下载  游戏下载  翻译软件  电子书下载  电影下载  电视剧下载  教程攻略

请输入您要查询的图书:

 

书名 Java软件结构与数据结构(第3版影印版)/大学计算机教育国外著名教材系列
分类
作者 (美)刘易斯//切斯
出版社 清华大学出版社
下载
简介
编辑推荐

本书关注的是数据结构和算法背后的核心设计问题。在展现每种集合时,本书都是先探讨该集合的一般概念,接着再讨论该集合在问题求解中的用法,最后讨论了各种候选实现方案。因此,本书是“数据结构与算法”Java语言描述课程的理想教材。

内容推荐

本书是著名作者John Lewis与William Loftus作为其一流的CS1教材“Java Software Solutions:Foundations of Program Design”的姊妹篇。尽管本书的英文名为“Java Software Structures: Designing and Using Data Structures”,但正如作者在前言中所说的那样,本书其实是一本可作为“数据结构与算法”课程的教材。根据使用了前两版的教师和学生的反馈,作者在第3版中进行了重大修改,以适应教学的需要。

本书关注的是数据结构和算法背后的核心设计问题。在展现每种集合时,本书都是先探讨该集合的一般概念,接着再讨论该集合在问题求解中的用法,最后讨论了各种候选实现方案。因此,本书是“数据结构与算法”Java语言描述课程的理想教材。

目录

Contents

Preface 

Chapter 1 Introduction

 1.1 Soffware Quality

Correctness

Reliability

Robustness

Usability

Maintainability

Reusability

Portability

Efficiency

Quality Issues

 1.2 Data Structures

A Physical Example

Containers as Objects

Chapter 2 Analysis of Algorithms

 2.1 Algorithm Efficiency

 2.2 Growth Functions and Big-OH Notation

 2.3 Comparing Growth Functions

 2.4 Determining Time Complexity

Analyzing Loop Execution

Nested Loops

Method Calls

Chapter 3 Collections

 3.1 Introduction to Collections

Abstract Data Types

The Java Collections

 3.2 A Stack Collection

 3.3 CruciaI OO Concepts

Inheritance

Class Hierarchies

The Object Class

Polymorphism

References and Class Hierarchies

Generics

 3.4 A Stack ADT

Interfaces

 3.5 Using Stacks:Evaluating Postfix Expressions

 3.6 Exceptions

Exception Messages

The try Statement

Exception Propagation

 3.7 Implementing a Stack:With Arrays

Managing Capacity

 3.8 The ArrayStack Class

The Constructors

The push operation

The pop operation

The peek operation

0ther Operations

Chapter 4 Linked Structures

 4.1 References as Links

 4.2 Managing Linked Lists

Accessing Elements

Inserting Nodes

Deleting Nodes

Sentinel Nodes

 4.3 Elements Without Links

Doubly Linked Lists

 4.4 Implementing a Stack:With Links

The LinkedStack Class

 ……

Chapter 5 Queues

Chapter 6 Lists

Chapter 7 Recursion

Chapter 8 Sorting and Searching

Chapter 9 Thees

Chapter 10 Binary Search Thees

Chapter 11 Priority Queues and Heaps

Chapter 12 Multi-way Search Trees

Chapter 13 Graphs

Chapter 14 Hashing

Chapter 15 Sets adn Maps

 Appendix A UML

 Appendix B Object-Oriented Design

随便看

 

霍普软件下载网电子书栏目提供海量电子书在线免费阅读及下载。

 

Copyright © 2002-2024 101bt.net All Rights Reserved
更新时间:2025/4/2 9:28:48