Abstract Data Types and Modula-2

Abstract Data Types and Modula-2
Author: Richard Mitchell
Publisher:
Total Pages: 408
Release: 1992
Genre: Computers
ISBN:

Contains explanations of what abstract data types are and how to specify them, and of the connection between abstract data types and program components. The book does assume a knowledge of Modula-2, although some of the difficulties of using opaque types are discussed before they are used.

Abstract Data Types in Modula-2

Abstract Data Types in Modula-2
Author: Rachel Harrison
Publisher:
Total Pages: 292
Release: 1989-11-24
Genre: Computers
ISBN:

A formal, accessible approach to abstract data types, employing the Modula-2 computer language. Chapters follow a common format--the need for a particular abstract data type is considered, followed by the type's properties, the access procedure to manipulate it, the axioms which govern its behavior, and implementations. A wide variety of abstract data types are covered, supported by numerous Modula-2 algorithms. Code is written in a functional, recursive style.

Data Structures Using Modula-2

Data Structures Using Modula-2
Author: Richard F. Sincovec
Publisher:
Total Pages: 536
Release: 1986-02-28
Genre: Computers
ISBN:

Offers a modern treatment of data structures featuring the use of abstract data types and generics. Designed for freshman/sophomore courses in data structures and/or advanced programming. Introduces data structure concepts before their implementation and details the salient differences between Pascal and Modula-2. Advanced topics include virtual hashing, balanced tress, and B trees.

Data Structures Using Modula-2

Data Structures Using Modula-2
Author: William C. Jones
Publisher:
Total Pages: 644
Release: 1988-09-22
Genre: Computers
ISBN:

This intermediate-level treatment surveys data structures used in programming, concepts of programming in Modula-2, and algorithms useful for manipulating data structures. Emphasizes programming style and offers a wealth of examples, including complete, real-world programs. Approach to developing algorithms is very clear, making it easy to apply the principles of good programming. Chapters cover elementary Modula-2, essential language features, fundamental abstract data types, linked lists, binary trees, sorting algorithms, applications, and additional data structures. Each chapter contains a review section, practice test, and programming problems.

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.