C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework libr
Data Structures and Algorithms in C++
✍ Scribed by Adam Drozdek
- Book ID
- 127423985
- Publisher
- Brooks/Cole
- Year
- 2001
- Tongue
- English
- Weight
- 6 MB
- Edition
- 2nd ed
- Category
- Library
- City
- Pacific Grove, CA
- ISBN-13
- 9780534375973
No coin nor oath required. For personal study only.
✦ Synopsis
Building on widespread use of the C++ programming language in industry and education, this book provides a broad-based and case-driven study of data structures -- and the algorithms associated with them -- using C++ as the language of implementation. This book places special emphasis on the connection between data structures and their algorithms, including an analysis of the algorithms complexity. It presents data structures in the context of object-oriented program design, stressing the principle of information hiding in its treatment of encapsulation and decomposition. The book also closely examines data structure implementation and its implications on the selection of programming languages.
✦ Subjects
Алгоритмы и структуры данных
📜 SIMILAR VOLUMES
Both this book and the preceding (smaller) edition have earned their place on my reference shelf. More up to date than Knuth's 2nd edition and covering much broader territory than (for example) Samet's D&A of Spatial Data Structures, I've found a number of algorithms and data structures in this text
Algorithms, Data Structures, and Problem Solving with C++ is the first CS2 textbook that clearly separates the interface and implementation of data structures. The interface and running time of data structures are presented first, and students have the opportunity to use the data structures in a hos