Data Structures with Abstract Data Types and Modula-2
Author: Daniel F. Stubbs
Publisher: PWS Publishing Company
Published: 1987
Total Pages: 590
ISBN-13:
DOWNLOAD EBOOKRead and Download eBook Full
Author: Daniel F. Stubbs
Publisher: PWS Publishing Company
Published: 1987
Total Pages: 590
ISBN-13:
DOWNLOAD EBOOKAuthor: Richard Mitchell
Publisher:
Published: 1992
Total Pages: 408
ISBN-13:
DOWNLOAD EBOOKContains 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.
Author: Michael B. Feldman
Publisher:
Published: 1988
Total Pages: 334
ISBN-13:
DOWNLOAD EBOOKAuthor: Daniel F. Stubbs
Publisher: PWS Publishing Company
Published: 1989
Total Pages: 498
ISBN-13:
DOWNLOAD EBOOKAuthor: Rachel Harrison
Publisher:
Published: 1989-11-24
Total Pages: 292
ISBN-13:
DOWNLOAD EBOOKA 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.
Author: Larry R. Nyhoff
Publisher: MacMillan Publishing Company
Published: 1990
Total Pages: 760
ISBN-13:
DOWNLOAD EBOOKAuthor: Richard F. Sincovec
Publisher:
Published: 1986-02-28
Total Pages: 536
ISBN-13:
DOWNLOAD EBOOKOffers 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.
Author: William C. Jones
Publisher:
Published: 1988-09-22
Total Pages: 644
ISBN-13:
DOWNLOAD EBOOKThis 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.
Author: Philippe J. Gabrini
Publisher: Jones & Bartlett Publishers
Published: 1996-09
Total Pages: 772
ISBN-13: 9780763702946
DOWNLOAD EBOOKAuthor: Manoochchr Azmoodeh
Publisher: Springer
Published: 1990-11-30
Total Pages: 395
ISBN-13: 1349211516
DOWNLOAD EBOOKIntended 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.