Author continues to refine and enhance his innovative approach to algorithms and data structures. Offers source code from example programs via anonymous FTP. DLC: Data structures (Computer science)
Data Structures and Algorithm Analysis in C
โ Scribed by Mark Allen Weiss
- Publisher
- Addison-Wesley
- Year
- 1997
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
In this second edition of his best-selling book, Data Structures and Algorithm Analysis in C, Mark Allen Weiss, continues to refine and enhance his innovative approach to algorithms and data structures. Using a C implementation, he highlights conceptual topics, focusing on ADTs and the analysis of algorithms for efficiency as well as performance and running time. Dr. Weiss also distinguishes Data Structures and Algorithm Analysis in C with the extensive use of figures and examples showing the successive stages of an algorithm, his engaging writing style, and a logical organization of topics. Features Includes a chapter on algorithm and design techniques that covers greedy algorithms, divide and conquer algorithms, dynamic programming, randomized algorithms, and backtracking Presents current topics and newer data structures such as Fibonacci heaps, skew heaps, binomial queues, skip lists, and splay trees Contains a chapter on amortized analysis that examines the advanced data structures presented earlier in the book Provides a new chapter on advanced data structures and their implementation covering red black trees, top down splay trees, treaps, k-d trees, pairing heaps, and more Incorporates new results on the average case analysis of heapsort Offers source code from example programs via anonymous FTP 0201498405B04062001
๐ SIMILAR VOLUMES
With its focus on creating efficient data structures and algorithms, this comprehensive text helps readers understand how to select or design the tools that will best solve specific problems. It uses <i>Microsoft</i> <i>C++</i> as the programming language and is suitable for second-year data structu
In this adaptation of his successful book, Data Structures and Algorithm Analysis, Mark Allen Weiss provides an innovative approach to algorithms and data structures in C++. He highlights conceptual topics, focusing on ADTs and the analysis of algorithms for efficiency as well as performance and run
With its focus on creating efficient data structures and algorithms, this comprehensive text helps readers understand how to select or design the tools that will best solve specific problems. It uses <i>Microsoft</i> <i>C++</i> as the programming language and is suitable for second-year data structu
This is an advanced algorithms book that bridges the gap between traditional CS2 and Algorithms Analysis courses. As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers