A Practical Introduction to Data Structures and Algorithm Analysis

A Practical Introduction to Data Structures and Algorithm Analysis
Author: Clifford A. Shaffer
Publisher:
Total Pages: 536
Release: 2001
Genre: Computers
ISBN:

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
Total Pages: 1144
Release: 1998
Genre: Computers
ISBN: 9780763706081

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
Total Pages: 395
Release: 1990-11-30
Genre: Computers
ISBN: 1349211516

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
Total Pages: 568
Release: 1993
Genre: Computers
ISBN:

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.