A Practical Introduction to Data Structures and Algorithm Analysis

A Practical Introduction to Data Structures and Algorithm Analysis

Author: Clifford A. Shaffer

Publisher:

Published: 2001

Total Pages: 536

ISBN-13:

DOWNLOAD EBOOK

This practical text contains fairly "traditional" coverage of data structures with a clear and complete use of algorithm analysis, and some emphasis on file processing techniques as relevant to modern programmers. It fully integrates OO programming with these topics, as part of the detailed presentation of OO programming itself.Chapter topics include lists, stacks, and queues; binary and general trees; graphs; file processing and external sorting; searching; indexing; and limits to computation.For programmers who need a good reference on data structures.


Turbo Pascal

Turbo Pascal

Author: Nell Dale

Publisher: Jones & Bartlett Learning

Published: 1998

Total Pages: 1144

ISBN-13: 9780763706081

DOWNLOAD EBOOK

Thoroughly revised and updated Turbo Pascal retains the excellent pedagogy, outstanding clarity, and balanced presentation that marked earlier editions as leaders in computer science education. An emphasis on problem solving and algorithmic design teaches students to implement programs most effectively. A sensible organization introduces concepts where students need them most, and an extensive and varied selection of exercises and case studies support and strengthen concepts learned. In addition, all programming examples follow well-defined methodologies that reinforce proper problem-solving principles.


Abstract Data Types and Algorithms

Abstract Data Types and Algorithms

Author: Manoochchr Azmoodeh

Publisher: Springer

Published: 1990-11-30

Total Pages: 395

ISBN-13: 1349211516

DOWNLOAD EBOOK

Intended as a second course on programming with data structures, this book is based on the notion of an abstract data type which is defined as an abstract mathematical model with a defined set of operations.


Data Structures with Abstract Data Types and Ada

Data Structures with Abstract Data Types and Ada

Author: Daniel F. Stubbs

Publisher: Brooks/Cole

Published: 1993

Total Pages: 568

ISBN-13:

DOWNLOAD EBOOK

The only modern data structures book implemented in Ada, covers data structures first in terms of specifications, followed by implementation, then by performance issues. The organization moves from the more basic structures to the more advanced structures. The book contains examples coded in Ada and content specially tailored to the features and capabilities of the language.