Thursday, January 6, 2011

Data structures , algorithms and applications in c++ by sartraj sahani





 Data structures , algorithms and applications in c++ by sartraj sahani

(Click on the image to download this book)


Book Summary of Data structures , algorithms and applications in c++ by sartraj sahani
                   The study of data structures and algorithms is fundamental to computer science and engineering. A mastery of these areas is essential for us to develop computer programs that utilize computer resources in an effective manner. This book is a nice description of data structures in C++. The Part I of book consist of c++ review and preliminaries, Part II consists of data structures including Lists, Dictionaries, Stacks, Queues and trees and their different types of representations, Arrays and Matrices, Graphs and Performance analysis and Part III consists of Algorithm-Design Methods including Greedy method, Divide and conquer, Dynamic Programming, Backtracking(on the web), Branch and Bound(on the web).

No comments:

Post a Comment