出版日期:2007年06月
ISBN:9787508356440
[十位:7508356446]
页数:748
定价:¥69.80
店铺售价:¥27.90
(为您节省:¥41.90)
店铺库存:0
本
正在处理购买信息,请稍候……
我要买:
本
* 如何购买
联系店主:
18924022418
店主推荐图书:
-
¥11.96
-
¥10.00
-
¥27.60
-
¥10.00
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2023-05-04 15:49:49]
迟**
济南市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2023-03-25 09:57:34]
白*
广州市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2023-03-22 22:22:07]
武**
襄阳市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2023-03-19 20:59:27]
罗**
上海市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2022-12-26 09:10:29]
韩**
儋州市
《Java数据结构和算法(第二版·影印版)》内容提要:
本书以一种易懂的方式教授如何安排和操纵数据,其中不乏一些难题;了解这些知识以期使计算机的应用获得*佳性能。不管使用何种语言或平台,掌握了数据结构和算法将改进程序的质量和性能。
本书提供了一套**的可视讨论专题用以阐明主要的论题;它使用Java 语言说明重要的概念,而避免了C/C++语言的复杂性,以便集中精力论述数据结构和算法。
经验丰富的作者Robert Lafore先生提供了许多简单明了的例子。避免了对于这类命题常见的冗长、繁琐的数学证明。在第二版中,他利用Java语言*新特性,修改并扩充了书中的例子。在每一章后都有问题和练习,使读者有机会测试自己的理解程度。
《Java数据结构和算法(第二版·影印版)》图书目录:
Introduction
What’S New in the Second Edition
Additional Topics
End-of-Chapter Questions
Experiments
Programming Projects
What This Book Is About
What’S Different About This Book
Easy tO Understand
Workshop Applets
Java Example Code
Who This BookIs For
What YoU Need to Know Before You Read This Book
The Software You Need to Use This Book
How This Book Is Organized
Enjoy Yourself!
1 Overvlew
What Are Data Structures and Algorithms Good For?
Real-World Data Storage
Programmer’S Tools
Real-World Modeling
Overview of Data Structures
Overview of Algorithms
Some Definitions
Database
Record
Field
Key
Object-Oriented Programming
Problems with Procedural Languages
Objects in a Nutshell
A Runnable Object-Oriented Program
Inheritance and Polymorphism
Software Engineering
Java for C++Programmers
No Pointers
Overloaded Operators
Primitive Variable Types
Input/Output
Java Library Data Structures
Summary
Questions
2 Arrays
The Array Workshop Applet
Insertion
Searching
Deletion
The Duplicates Issue
NOtTbo Swift
The Basics of Arrays in Iava
Creating an Array
Accessing Array Elements
InitializatiOn
An Array Example
Dividing a Program into Classes
Classes LowArray and LowArrayApp
Class Interfaces
NOt SO Convenient
Who’s Responsible for What?
The highArray.j ava Example
The User’s Life Made Easier
Abstraction
The Ordered Workshop Applet
Linear Search
Binary Search
Java Code for an Ordered Array
Binary Search with the find()Method
The OrdArray Class
Advantages of Ordered Arrays
Logarithms
The Equation
The Opposite of Raising Two to a Power
……
3 Simple Sorting
4 Stacks and Queues
5 Linked Lists
6 Recursion
7 Advanced Sorting
8 Binary Trees
9 Red-Black Trees
10 2-3-4 Trees and External Storage
11 Hash Tables
12 Heaps
13 Graphs
14 Weighted Graphs
15 When to Use What
Appendixes
A Running the Workshop Applets and Example Programs
B Further Reading
C Answers to Questions
《Java数据结构和算法(第二版·影印版)》作者介绍:
Robert Lafore先生从1982年就开始编写计算机编程方面的书。他的畅销书有《Object-Oriented Programming in C++》此书在世界上的**已经超过200000册,其他还有《Assembly Language for the IBM PC》、《C Programming in Turbo C++》和《C++ Interactive Course》、Lafore先生拥有数学和电子工程的学位,他从PDP-5时代就开始活跃在编程领域了,那时能用上一块4K的主存都是难得的。