skip to main content
Skip header Section
Introduction to Algorithms and Java CD-ROMDecember 2003
Publisher:
  • McGraw-Hill, Inc.
  • Professional Book Group 11 West 19th Street New York, NY
  • United States
ISBN:978-0-07-297054-8
Published:16 December 2003
Pages:
1056
Skip Bibliometrics Section
Bibliometrics
Skip Abstract Section
Abstract

The updated new edition of the classic Introduction to Algorithms is intended primarily for use in undergraduate or graduate courses in algorithms or data structures. Like the first edition, this text can also be used for self-study by technical professionals since it discusses engineering issues in algorithm design as well as the mathematical aspects. In its new edition, Introduction to Algorithms continues to provide a comprehensive introduction to the modern study of algorithms. The revision has been updated to reflect changes in the years since the book's original publication. New chapters on the role of algorithms in computing and on probabilistic analysis and randomized algorithms have been included. Sections throughout the book have been rewritten for increased clarity, and material has been added wherever a fuller explanation has seemed useful or new information warrants expanded coverage. As in the classic first edition, this new edition of Introduction to Algorithms presents a rich variety of algorithms and covers them in considerable depth while making their design and analysis accessible to all levels of readers. Further, the algorithms are presented in pseudocode to make the book easily accessible to students from all programming language backgrounds. Each chapter presents an algorithm, a design technique, an application area, or a related topic. The chapters are not dependent on one another, so the instructor can organize his or her use of the book in the way that best suits the course's needs. Additionally, the new edition offers a 25% increase over the first edition in the number of problems, giving the book 155 problems and over 900 exercises that reinforce the concepts the students are learning. Table of contentsPrefaceI Foundations1 The Role of Algorithms in Computing 2 Getting Started 3 Growth of Functions 4 Recurrences 5 Probabilistic Analysis and Randomized Algorithms II Sorting and Order Statistics6 Heapsort 7 Quicksort 8 Sorting in Linear Time 9 Medians and Order StatisticsIII Data Structures 10 Elementary Data Structures 11 Hash Table12 Binary Search Trees 13 Red-Black Trees 14 Augmenting Data Structures IV Advanced Design and Analysis Techniques15 Dynamic Programming 16 Greedy Algorithms 17 Amortized Analysis V Advanced Data Structures18 B-Trees 19 Binomial Heaps 20 Fibonacci Heaps 21 Data Structures for Disjoint Sets VI Graph Algorithms 22 Elementary Graph Algorithms 23 Minimum Spanning Trees 24 Single-Source Shortest Paths 25 All-Pairs Shortest Paths 26 Maximum Flow VII Selected Topics27 Sorting Networks 28 Matrix Operations 29 Linear Programming 30 Polynomials and the FFT 31 Number-Theoretic Algorithms 32 String Matching 33 Computational Geometry 34 NP-Completeness 35 Approximation Algorithms VIII Appendix: Mathematical BackgroundA Summations B Sets, Etc. C Counting and Probability Bibliography Index (created by the authors)

Cited By

  1. ACM
    Chen Y and Singh G (2021). Graph Indexing for Efficient Evaluation of Label-constrained Reachability Queries, ACM Transactions on Database Systems, 46:2, (1-50), Online publication date: 1-Jun-2021.
  2. ACM
    Mihhailov D, Kruus M, Sklyarov V, Skliarova I and Sudnitson A Recursion and hierarchy in digital design and prototyping Proceedings of the 12th International Conference on Computer Systems and Technologies, (45-50)
  3. Tan V, Sanghavi S, Fisher J and Willsky A (2010). Learning graphical models for hypothesis testing and classification, IEEE Transactions on Signal Processing, 58:11, (5481-5495), Online publication date: 1-Nov-2010.
  4. Crochemore M, Epifanio C, Gabriele A and Mignosi F (2009). From Nerode's congruence to suffix automata with mismatches, Theoretical Computer Science, 410:37, (3471-3480), Online publication date: 1-Sep-2009.
  5. Cournier A, Dubois S and Villain V How to Improve Snap-Stabilizing Point-to-Point Communication Space Complexity? Proceedings of the 11th International Symposium on Stabilization, Safety, and Security of Distributed Systems, (195-208)
  6. Yang R and Crawford R (2008). A focus program for data structures and algorithm design, Journal of Computing Sciences in Colleges, 24:2, (80-84), Online publication date: 1-Dec-2008.
  7. Jackson B, Schnable P and Aluru S (2008). Consensus Genetic Maps as Median Orders from Inconsistent Sources, IEEE/ACM Transactions on Computational Biology and Bioinformatics, 5:2, (161-171), Online publication date: 1-Apr-2008.
  8. ACM
    Rolfe T (2007). An alternative dynamic programming solution for the 0/1 knapsack, ACM SIGCSE Bulletin, 39:4, (54-56), Online publication date: 1-Dec-2007.
  9. Wu N, Wen M, Ren J, He Y and Zhang C Register allocation on stream processor with local register file Proceedings of the 11th Asia-Pacific conference on Advances in Computer Systems Architecture, (545-551)
Contributors
  • Dartmouth College

Recommendations