book for data structures

Status
Not open for further replies.

QwertyManiac

Commander in Chief
Introduction to Algorithms (2nd Edition) - Thomas Cormen & Others (MIT Press) has a very good approach to many data structures and algorithms.

Data Structures and Algorithm Analysis in C (2nd Edition) - Mark Allen Weiss - (Addison Wesley) has good approach to many, if not all, data structures and their implementation in C.

IMO, the first book ought to be enough to cover entire academic Data Structures and Algorithm Analysis needs.
 
Status
Not open for further replies.
Top Bottom