欢迎光临澳大利亚新华书店网 [登录 | 免费注册]

    • 数据结构与算法分析(Java语言描述英文版第3版)/经典原版书库
      • 作者:(美)韦斯
      • 出版社:机械工业
      • ISBN:9787111412366
      • 出版日期:2013/02/01
      • 页数:614
    • 售价:31.6
  • 内容大纲

  • 作者介绍

  • 目录

    Preface
    Chapter 1 Introduction
      1.1  What's the Book About?
      1.2   Mathematics Review    2
            1.2.1   Exponents  3
            1.2.2  Logarithms  3
            1.2.3  Series  4
            1.2.4   Modular Arithmetic      
            1.2.5   The P Word  6
      1.3  A Brief Introduction to Recursion    8
      1.4  Implementing Generic Components Pre-Java 5    12
            1.4.1  Using 0bject for Genericity  13
            1.4.2  Wrappers for Primitive Types  14
            1.4.3  Using Interface Types for Genericity  14
            1.4.4  Compatibility of Array Types  16
      1.5   Implementing Generic Components Using Java 5 Genetics    16
            1.5.1   Simple Generic Classes and Interfaces  17
            1.5.2  Autoboxing/Unb0xing  18
            1.5.3  The Diamond Operator  18
            1.5.4  Wildcards with Bounds  19
            1.5.5  Generic Static Methods  20
            1.5.6   Type Bounds  21
            1.5.7  Type Erasure  22
            1.5.8   Restrictions on Generics  23
      1.6  Function Objects  24
        Summary 26
        Exercises  26
        References  28
    Chapter 2 Algorithm Analysis
    Chapter 3 Lists,Stacks,and Queues
    Chapter 4 Trees
    Chapter 5 Hashing
    Chapter 6 Priority Queues(Heaps)
    Chapter 7 Sorting
    Chapter 8 The Disjoint Set Class
    Chapter 9 Graph Algorithms
    Chapter 10 Algorithm Desing Techniques
    Chapter 11 Amortized Analysis
    Chapter 12 Advanced Data Sturctures and Implementation
    index