Skip to content

Data Structures and Program Design in C

Best in textbook rentals since 2012!

ISBN-10: 0137256493

ISBN-13: 9780137256495

Edition: 1991

Authors: Robert L. Kruse

List price: $62.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Progressing from the concrete to the abstract - and using numerous, substantial case studies and sample programs - this book explores structured problem solving, data abstraction, software engineering principles, and the comparative analysis of algorithms as fundamental tools of program design. Emphasizes principles of top-down refinement, program design, review, and testing. Uses the C programming language throughout. Offers Internet access to the source code for all the programs and program extracts printed in the book.
Customers also bought

Book details

List price: $62.00
Copyright year: 1991
Publisher: Prentice Hall PTR
Binding: Hardcover
Pages: 576
Size: 7.80" wide x 9.57" long x 1.06" tall
Weight: 2.178
Language: English

Programming Principles
Introduction to Software Engineering
Lists
Linked Lists
Searching
Tables and Information Retrieval
Sorting
Recursion
Binary Trees
Trees and Graphs
Case Study: The Polish Notation
Mathematical Methods
Removal of Recursion
An Introduction to C