Features
- Cover Type: Hard Cover with 2 pages
- Published by: Addison-Wesley
- Edition: Revised Edition November 1990
- Written in: English
- ISBN 10 Number: 0201539853
- ISBN 13 Number: 978-0201539851
-
Book Dimensions:
9.5 x 6.8 x 0.8 inches
- Weighs: 1.4 pounds
Reader Reviews
This review is from: Data Structures and C. Programmes (Paperback)
I found this book valuable to understand advanced, necessary, concepts in C: pointers, stacks and queues, memory organization, search algorithms, hashing, sorting trees, priority queues, and other basic advanced topics. In each topic, the book also goes into performance analysis, using O-notation. The book also uses pseudocode to help understand the algorithms, without the drawbacks of actual code. However, what I found bizarre about this book is that the first chapters (of basic concepts) had code examples, while the latter ones did not! Surely, a well-commented example of a red-black tree program would be the last step in teaching it. Especially in a book about "C programs".