Skip to content

Data Structures and Program Design in C

Best in textbook rentals since 2012!

ISBN-10: 013288366X

ISBN-13: 9780132883665

Edition: 2nd 1997 (Revised)

Authors: Robert L. Kruse, Clovis L. Tondo, Bruce P. Leung

List price: $177.80
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.Emphasizesprinciples of top-down refinement, program design, review, and testing. Usesthe C programming languagethroughout. OffersInternet access to the source codefor all the programs and program extracts printed in the book.
Customers also bought

Book details

List price: $177.80
Edition: 2nd
Copyright year: 1997
Publisher: Prentice Hall PTR
Publication date: 7/17/1996
Binding: Hardcover
Pages: 671
Size: 7.75" wide x 9.75" long x 1.00" tall
Weight: 2.640
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