Data Structures and Algorithm Analysis in C

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

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 running time. Dr. Weiss also distinguishes Data Structures and Algorithm Analysis in C++ with his clear, friendly writing style, logical organization of topics, and extensive use of figures and examples that show the successive stages of an algorithm.

Author(s): Mark Allen Weiss
Publisher: Benjamin-Cummings Publishing Company
Year: 1993

Language: English
Pages: 498

Data.Structures.and.Algorithm.Analysis.in.C.pdf
Preface.pdf
CHAPTER 1 INTRODUCTION.pdf
CHAPTER 2 ALGORITHM ANALYSIS.pdf
CHAPTER 3 LISTS, STACKS, AND QUEUES.pdf
CHAPTER 4 TREES.pdf
CHAPTER 5 HASHING.pdf
CHAPTER 6 PRIORITY QUEUES (HEAPS).pdf
CHAPTER 7 SORTING.pdf
CHAPTER 8 THE DISJOINT SET ADT.pdf
CHAPTER 9 GRAPH ALGORITHMS.pdf
CHAPTER 10 ALGORITHM DESIGN TECHNIQUES.pdf
CHAPTER 11 AMORTIZED ANALYSIS.pdf