Cover image for Data structures using java
Title:
Data structures using java
Personal Author:
Publication Information:
Boston, Mass. : Thomson/Course Technology, 2003
ISBN:
9780619159504
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010050435 QA76.76.J38 M34 2003 Open Access Book Book
Searching...

On Order

Summary

Summary

This highly-anticipated CS2 text from Dr. D.S. Malik is ideal for a one-semester course focused on data structures. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in Java such as Linked Lists and the Standard Template Library (STL). This student-friendly text features abundant Programming Examples and extensive use of visual diagrams to reinforce difficult topics. Students will find Dr. Malik's use of complete programming code and clear display of syntax, explanation, and example easy to read and conducive to learning.


Table of Contents

1 Software Engineering Principles and Java Classes
2 Inheritance and Exception Handling
3 Array-Based Lists
4 Linked Lists
5 Recursion
6 Stacks
7 Queues
8 Search Algorithms
9 Sorting Algorithms
10 Binary Trees
11 Graphs
Appendices
A Java Reserved Words
B Operator Precedence
C Character Sets
D Packages and User-Defined Classes
E Java Classes
F Java for C++ Programmers
G References
H Answers to Selected Exercises