Showing posts with label Data structures. Show all posts
Showing posts with label Data structures. Show all posts

Wednesday, 29 May 2013

Data Structures Through C - Yashavant Kanetkar


                                               books on data structure.
Data Structures Through C (With CD-ROM), written by Yashavant Kanetkar, is a guidebook that seeks to explain the fundamentals of data structures, a concept related to computer programming. It takes an innovative approach to the subject by using a concrete language like C to explain concepts, instead of merely relying on algorithms as many other books on the subject often do.

The book explores concepts like algorithm analysis, arrays, strings, linked lists, queues, stacks, sparse matrices, searching and sorting, graphs, and trees. In fact, readers can actually experience procedures like the construction of a binary tree, traversing of a doubly linked list, and sorting of an array through the carefully designed animations presented on the CD-ROM accompanying the book.

The concepts are presented in a lucid manner. Numerous examples and programs are also included to help readers get a better understanding of the complex operations performed on data structures.

Download Free pdf Data Structures Through C - Yashavant Kanetkar

                                               button-download.gif (200�58)

Thursday, 7 March 2013

Handbook of Data Structures and Applications (Chapman & Hall/CRC Computer & Information Science Series) by Mehta and Sahni



                                           
Although there are many advanced and specialized texts and handbooks on algorithms, until now there was no book that focused exclusively on the wide variety of data structures that have been reported in the literature. The Handbook of Data Structures and Applications responds to the needs of students, professionals, and researchers who need a mainstream reference on data structures by providing a comprehensive survey of data structures of various types.

Divided into seven parts, the text begins with a review of introductory material, followed by a discussion of well-known classes of data structures, Priority Queues, Dictionary Structures, and Multidimensional structures. The editors next analyze miscellaneous data structures, which are well-known structures that elude easy classification. The book then addresses mechanisms and tools that were developed to facilitate the use of data structures in real programs. It concludes with an examination of the applications of data structures.

The Handbook is invaluable in suggesting new ideas for research in data structures, and for revealing application contexts in which they can be deployed. Practitioners devising algorithms will gain insight into organizing data, allowing them to solve algorithmic problems more efficiently.

Download Free pdf Handbook of Data Structures and Applications (Chapman & Hall/CRC Computer & Information Science Series) by Mehta and Sahni
                                                     button-download.gif (200�58)

Monday, 4 March 2013

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).
Download Free pdf  Data structures , Algorithms and Applications in c++ by Sartraj Sahani

                                           button-download.gif (200�58)