Data Structures with Abstract Data Types and Modula-2
Author | : Daniel F. Stubbs |
Publisher | : PWS Publishing Company |
Total Pages | : 590 |
Release | : 1987 |
Genre | : Computers |
ISBN | : |
Download Data Structures With Abstract Data Types And Modula 2 full books in PDF, epub, and Kindle. Read online free Data Structures With Abstract Data Types And Modula 2 ebook anywhere anytime directly on your device. Fast Download speed and no annoying ads. We cannot guarantee that every ebooks is available!
Author | : Daniel F. Stubbs |
Publisher | : PWS Publishing Company |
Total Pages | : 590 |
Release | : 1987 |
Genre | : Computers |
ISBN | : |
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.
Author | : Michael B. Feldman |
Publisher | : |
Total Pages | : 334 |
Release | : 1988 |
Genre | : Computers |
ISBN | : |
Author | : Daniel F. Stubbs |
Publisher | : PWS Publishing Company |
Total Pages | : 498 |
Release | : 1989 |
Genre | : Computers |
ISBN | : |
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.
Author | : Larry R. Nyhoff |
Publisher | : MacMillan Publishing Company |
Total Pages | : 760 |
Release | : 1990 |
Genre | : Computers |
ISBN | : |
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.
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.
Author | : Philippe J. Gabrini |
Publisher | : Jones & Bartlett Publishers |
Total Pages | : 772 |
Release | : 1996-09 |
Genre | : Computers |
ISBN | : 9780763702946 |
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.