|
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Data Structures and Algorithm Analysis in C++, Third Edition
- Author(s) Clifford A. Shaffer
- Publisher: Dover Publications; 3 edition (September 14, 2011), eBook (updated, March 28, 2013)
- Paperback: 624 pages
- eBook: PDF
- Language: English
- ISBN-10: 048648582X
- ISBN-13: 978-0486485829
- Share This:
|
A comprehensive treatment focusing on the creation of efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses C++ as the programming language and is suitable for second-year data structure courses and computer science courses in algorithmic analysis.
About the Authors- Clifford A. Shaffer is a professor of Computer Science at Virginia Tech .
- Algorithms and Data Structures
- The C++ Programming Language
- Introduction to Java, Basic and Core Java
- Data Structures and Algorithm Analysis in C++, Third Edition (Clifford A. Shaffer)
- The Mirror Site (1) - PDF
- The Mirror Site (2) - PDF (4th Edition)
- Book Homepage (Source code, Errata, etc.)
-
Efficient Modern C++ Data Structures: Container and Algorithm
Implement fast data structures in modern C++ by examining the variations and trade-offs. Make optimal use of the standard C++ containers. Exploit low-level blocks of contiguous memory for cache locality and memory efficiency.
-
Essential Data Structures for C++ Programmers (Ayman Alheraki)
Unlock the Secrets of Efficient Programming with Data Structures in C++. This hands-on guide breaks down complex concepts into digestible pieces for programmers to learn the core principles behind efficient data management.
-
Data Structures and Problem Solving Using C++ (Mark Weiss)
This book provides a practical introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. clear separation of the interface and implementation.
-
Modern C++ Algorithms: A Graduate-Level Companion
For advanced learners to master algorithmic thinking and its implementation using Modern C++. Inspire readers to think algorithmically, write efficiently, and innovate with confidence in the ever-evolving landscape of software development.
-
Data Structures and Algorithms with OOP Design Patterns in C++
This book presents readers with a modern, object-oriented perspective for looking at data structures and algorithms using C++, clearly showing how to use polymorphism and inheritance, and including fragments from working and tested programs.
-
Data Structures and Program Design in C++ (Robert L. Kruse, et al.)
This book delivers expertise and plenty of sample programs for the working C++ programmers. Each chapters use such interesting examples as Conway's Game of Life, chess and game programming, a simple calculator, and an airport simulation.
-
Data Structures and Algorithms in C++ (Michael T. Goodrich)
This book provides a practical introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. clear separation of the interface and implementation.






