Abstract Data Types and Modula-2

Abstract Data Types and Modula-2

Author: Richard Mitchell

Publisher:

Published: 1992

Total Pages: 408

ISBN-13:

DOWNLOAD EBOOK

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:

Published: 1989-11-24

Total Pages: 292

ISBN-13:

DOWNLOAD EBOOK

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:

Published: 1986-02-28

Total Pages: 536

ISBN-13:

DOWNLOAD EBOOK

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:

Published: 1988-09-22

Total Pages: 644

ISBN-13:

DOWNLOAD EBOOK

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

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.