|
| Login | Sign up | My Wish List |
![]() | Pascal Plus Data Structures by Nell B. Dale ISBN-10: 9780669347203 ISBN-10: 0-669-34720-5 ISBN-13: 9780669347203 ISBN-13: 978-0-669-34720-3 Paperback 1995-01 Jones & Bartlett Pub Find Lowest Price | |
Editorials | ||
Book Description Pascal Plus Data Structures focuses on abstract data types, their specification, their implementation, and their application. Also stresses computer science theory and software engineering principles, including modularization, data encapsulation, information hiding, data abstraction, the top-down design of algorithms and data structures in parallel, the analysis of algorithms, and life-cycle software verification methods. | ||
Reviews | ||
If you are studying Pascal, buy this book also. If you are planning to learn c, do not get confused by learning Pascal first. However if you are learning Pascal as part of introduction to programming, this book makes a good supplement to whichever book was recommended for your course. I found the diagrams and descriptions to be much clearer than most contemporary Pascal training books. | ||
If you are studying Pascal buy this book also. If you're planning to learn c, don't get confused by learning Pascal first. However if you are learning Pascal as part of introduction to programming, this book makes a good supplement to whichever book was recommended for your course. I found the diagrams and descriptions to be much clearer than most contemporary Pascal training books. | ||
A Good Book, despite choice of language I've taken several classes in data structures, and of the various textbooks I've used, this is the one I continue to reference. The code is in Pascal, but that hardly detracts from the usefulness of the book. The code is fairly well-written, well-documented, and the text is easy to follow and understand. All the major data structures are covered well, including trees, heaps, and graphs. Several sorting and searching algorithms, including QuickSort and HeapSort, are also covered. | ||
Very good for beginners This is an excellent introduction to Data Structures. The fact that all the code is in Pascal doesn't take away from it in any way. | ||