Algorithms in C++, Parts 1-4: Fundamentals, Data Structure, Sorting, Searching, 3/e (Paperback)
Robert Sedgewick
- 出版商: Addison Wesley
- 出版日期: 1998-07-13
- 售價: $2,650
- 貴賓價: 9.5 折 $2,518
- 語言: 英文
- 頁數: 752
- 裝訂: Paperback
- ISBN: 0201350882
- ISBN-13: 9780201350883
-
相關分類:
C++ 程式語言、Algorithms-data-structures
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$1,935Mastering Algorithms with C (Paperback)
-
$680$537 -
$720$569 -
$780$624 -
$690$587 -
$780$616 -
$680$646 -
$1,176C++ Primer, 4/e (Paperback)
-
$880$581 -
$2,340$2,223 -
$199Communication Skills Handbook (Paperback)
-
$999OpenGL Shading Language, 2/e (Paperback)
-
$580$493 -
$650$507 -
$680$578 -
$1,080CMMI: Guidelines for Process Integration and Product Improvement, 2/e
-
$1,078Digital Design, 4/e (IE-Paperback)
-
$880$616 -
$650$514 -
$980$774 -
$400$340 -
$490$417 -
$2,808Criminalistics: An Introduction to Forensic Science, 9/e (美國原版)
-
$890$757 -
$1,700$1,615
相關主題
商品描述
Description
For this version of Robert Sedgewick's popular textbook on algorithms and data structures, Christopher Van Wyk and Robert Sedgewick have developed new C++ implementations that both express the presented methods in a concise and direct manner, and also provide students with the practical means to test them on real applications.
This particular book, Parts 1-4, represents a substantial update of the first half of Sedgewick's complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. The update features expanded coverage of arrays, linked lists, strings, trees, and other basic data structures, and greater emphasis on abstract data types (ADTs), modular programming, object-oriented programming, and C++ classes than in previous editions. It includes over 100 algorithms for sorting, selection, priority queue ADT implementations, and symbol table ADT (searching) implementations, and over 1,000 new exercises to help students learn the properties of algorithms.
Table Of Contents
FUNDAMENTALS.
A Sample Problem-Connectivity.
Union-Find Algorithms.
Perspective.
Summary of Topics.
2. Principles of Algorithm Analysis.
Analysis of Algorithms.
Growth of Functions.
Big-Oh Notation.
Basic Recurrences.
Examples of Algorithm Analysis.
Guarantees, Predictions, and Limitations.
DATA STRUCTURES.
Arrays.
Linked Lists.
Elementary List Processing.
Memory Allocation for Lists.
Strings.
Compound Data Structures.
4. Abstract Data Types.
Pushdown Stack ADT.
Examples of Stack ADT Clients.
Stack ADT Implementations.
Creation of a New ADT.
FIFO Queues and Generalized Queues.
Duplicate and Index Items.
First-Class ADTs.
Application-Based ADT Example.
Perspective.
5. Recursion and Trees.
Divide and Conquer.
Dynamic Programming.
Trees.
Mathematical Properties of Trees.
Tree Traversal.
Recursive Binary-Tree Algorithms.
Graph Traversal.
Perspective.
SORTING.
Selection Sort.
Insertion Sort.
Bubble Sort.
Performance Characteristics of Elementary Sorts.
Shellsort.
Sorting Other Types of Data.
Index and Pointer Sorting.
Sorting Linked Lists.
Key-Indexed Counting.
7. Quicksort.
Performance Characteristics of Quicksort.
Stack Size.
Small Subfiles.
Median-of-Three Partitioning.
Duplicate Keys.
Strings and Vectors.
Selection.
8. Merging and Mergesort.
Abstract In-Place Merge.
Top-Down Mergesort.
Improvements to the Basic Algorithm.
Bottom-Up Mergesort.
Performance Characteristics of Mergesort.
Linked-List Implementations of Mergesort.
Recursion Revisited.
9. Priority Queues and Heapsort.
Heap Data Structure.
Algorithms on Heaps.
Heapsort.
Priority-Queue ADT.
Priority Queues for Index Items.
Binomial Queues.
10. Radix Sorting.
Binary Quicksort.
MSD Radix Sort.
Three-Way Radix Quicksort.
LSD Radix Sort.
Performance Characteristics of Radix Sorts.
Sublinear-Time Sorts.
11. Special-Purpose Sorts.
Sorting Networks.
External Sorting.
Sort-Merge Implementations.
Parallel Sort/Merge.
SEARCHING.
Key-Indexed Search.
Sequential Search.
Binary Search.
Binary Search Trees (BSTs).
Performance Characteristics of BSTs.
Index Implementations with Symbol Tables.
Insertion at the Root in BSTs.
BST Implementations of Other ADT Functions.
13. Balanced Trees.
Splay BSTs.
Top-Down 2-3-4 Trees.
Red-Black Trees.
Skip Lists.
Performance Characteristics.
Separate Chaining.
Linear Probing.
Double Hashing.
Dynamic Hash Tables.
Perspective.
15. Radix Search.
Tries.
Patricia Tries.
Multiway Tries and TSTs.
Text String Index Applications.
16. External Searching.
Indexed Sequential Access.
B Trees.
Extendible Hashing.
Perspective.
Index. 0201350882T04062001
商品描述(中文翻譯)
這本書是Robert Sedgewick的流行算法和資料結構教材的新版本,Christopher Van Wyk和Robert Sedgewick開發了新的C++實現,既以簡潔直接的方式表達所介紹的方法,也為學生提供了在實際應用中測試這些方法的實際手段。這本書的第1-4部分是Sedgewick完整作品的重大更新,廣泛涵蓋了基本的資料結構和排序、搜索等相關應用的算法。更新的內容包括對數組、鏈表、字符串、樹和其他基本資料結構的擴展覆蓋,以及對抽象資料類型(ADTs)、模塊化編程、面向對象編程和C++類的更大強調,比以前的版本更多。它包含了100多種排序、選擇、優先級隊列ADT實現和符號表ADT(搜索)實現的算法,以及1000多個新的練習題,幫助學生學習算法的特性。
目錄:
基礎知識
1. 簡介
2. 算法分析原則
資料結構
3. 基本資料結構
4. 抽象資料類型
5. 遞歸和樹
排序
6. 基本排序方法
7. 快速排序
8. 合併和合併排序
以上是這本書的簡介和目錄。