Data Structures and Algorithm Analysis in Java
by Clifford A. Shaffer
Publisher: Dover Publications 2012
ISBN/ASIN: 0486485811
ISBN-13: 9780486485812
Number of pages: 601
Description:
A comprehensive treatment focusing on the creation of efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses Java as the programming language and is suitable for second-year data structure courses and computer science courses in algorithmic analysis.
Download or read it online for free here:
Download link
(2.5MB, PDF)
Similar books
Programming Principles in Java: Architectures and Interfacesby David Schmidt - Kansas State University
Textbook for future professional programmers. They should understand how to employ three forms of structure: control structures, data structures, and component structures. The author emphasizes component structures over the other two forms.
(28063 views)
Processing XML with Javaby Elliotte Rusty Harold - Addison-Wesley Professional
A complete guide to writing Java programs that read and write XML documents. Shows developers how to save XML documents, read XML documents, communicate with network servers that send and receive XML data, and integrate XSLT into their programs.
(26191 views)
Design Patterns in Java Tutorial- TutorialsPoint.com
Design patterns are solutions to general problems that software developers faced during software development. This tutorial will take you through step by step approach and examples using Java while learning Design Pattern concepts.
(22763 views)
HTTP Programming Recipes for Java Botsby Jeff Heaton - Heaton Research, Inc.
Java allows you to program HTTP directly. These programs, which are called bots, can collect information or automate common web programming tasks. This book presents a collection of very reusable recipes for Java bot programming.
(22909 views)