5. Introduction to Design Analysis of Algorithms
Author: K. Raghava Rao
Publisher: Smashwords, 2013
This book provides a complete information to the modern study of computer algorithms. It presents many concepts in a considerable depth, so that it can be understand by all levels of readers. Each and every concept is explained by suitable examples.
6. Problem Solving with Algorithms and Data Structures Using Python
Author: Brad Miller, David Ranum
Publisher: Franklin, Beedle & Associates, 2011
This textbook is designed as a text for a first course on data structures and algorithms, taught as the second course in the computer science curriculum. We cover abstract data types and data structures, writing algorithms, and solving problems.
Author: M. Crochemore, W. Rytter
Publisher: Oxford University Press, 1994
This book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It will serve both as a textbook for courses on algorithm design and as a reference for professionals.
8. Data Structures and Algorithm Analysis in Java
Author: Clifford A. Shaffer
Publisher: Dover Publications, 2012
A comprehensive treatment focusing on the creation of efficient data structures and algorithms, explaining how to select the data structure best suited to specific problems. It uses Java programming language and is suitable for second-year courses.
9. Data Structures and Algorithm Analysis in C++
Author: Clifford A. Shaffer
A comprehensive treatment focusing on efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses C++ programming language and is suitable for second-year courses.