|
 |
|
DATA STRUCTURE AND ALGORITHM BOOKS AND ARTICLE
Below are the collection of books and tutorial on Data Structure and algorithms .Purpose of
these books is to make you familar with the basic concept of basic data structure and the design and
analysis of algorithm.Some books are for advance readers.These books contain topic related to various data structures like stack,linked list,queue,priority queue tree .Basic knowledge of these data structure are required to solve the data structure problems!!!
|
|
|
| Data Structures and Algorithms in C++ by Michael T. Goodrich,Roberto Tamassia,David M. Mount
This book provides a comprehensive introduction to data structures and algorithms, including their design, analysis, and implementation .This book contain Review of basic features of the C++ programming language,Introduction to object-oriented design with C++ and design patterns,Motivation of algorithmic concepts with Internet-related applications, such as Web browsers and search engines |
|
|
|
|
|
|
|
| Sorting and Searching Algorithms: A Cookbook
This tutorial expect the readers to be familiar with C Language and the concept like arrays and pointer.This is a collection of algorithms for sorting and searching. Descriptions are brief and intuitive, with just
enough theory thrown in to make you nervous. |
|
|
|
|
|
|
|
| The Art of Computer Programming, Volume 4 (Donald E. Knuth)
Introduction to combinatorial searching,Zeros and Ones,Boolean Basics,Generating all permutations,Generating all combinations,Generating all partitions
Generating all trees,History of combinatorial generation,Basic backtrack, Efficient backtracking,Shortest paths |
|
|
|
| |