Advanced Data Structures Reprint Edition
暫譯: 進階資料結構 再版
Brass, Peter
- 出版商: Cambridge
- 出版日期: 2019-05-16
- 售價: $2,730
- 貴賓價: 9.5 折 $2,594
- 語言: 英文
- 頁數: 472
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1108735517
- ISBN-13: 9781108735513
-
相關分類:
Algorithms-data-structures
海外代購書籍(需單獨結帳)
買這商品的人也買了...
相關主題
商品描述
This text closely examines ideas, analysis, and implementation details of data structures as a specialised topic in applied algorithms. It looks at efficient ways to realise query and update operations on sets of numbers, intervals, or strings by various data structures, including: search trees; structures for sets of intervals or piece-wise constant functions; orthogonal range search structures; heaps; union-find structures; dynamization and persistence of structures; structures for strings; and hash tables. Instead of relegating data structures to trivial material used to illustrate object-oriented programming methodology, this is the first volume to show data structures as a crucial algorithmic topic. Numerous code examples in C and more than 500 references make Advanced Data Structures an indispensable text.
- This is the only graduate-level textbook on data structures
- Contains discussion of numerous structures with their analysis, code examples, implementation details, and in most cases a complete implementation on author homepage
- Contains detailed history for each structure with more than 500 references
商品描述(中文翻譯)
這段文字深入探討了資料結構的概念、分析和實作細節,作為應用演算法中的一個專門主題。它研究了通過各種資料結構實現對數字集合、區間或字串的查詢和更新操作的高效方法,包括:搜尋樹;用於區間集合或分段常數函數的結構;正交範圍搜尋結構;堆;聯集-查找結構;結構的動態化和持久性;字串的結構;以及雜湊表。這本書不再將資料結構視為用來說明物件導向程式設計方法論的瑣碎材料,而是第一本將資料結構展示為一個關鍵演算法主題的書籍。書中包含大量的 C 語言程式碼範例以及超過 500 個參考文獻,使《進階資料結構》成為一本不可或缺的教材。
- 這是唯一一本研究生級別的資料結構教科書
- 包含對多種結構的討論,包括它們的分析、程式碼範例、實作細節,並且在大多數情況下提供作者首頁上的完整實作
- 為每個結構提供詳細的歷史背景,並附有超過 500 個參考文獻
目錄大綱
1. Elementary structures
2. Search types
3. Balanced search trees
4. Tree structures for sets of intervals
5. Heaps
6. Union-find and related structures
7. Data structure transformations
8. Data structures for strings
9. Hash tables
10. Appendix.
目錄大綱(中文翻譯)
1. Elementary structures
2. Search types
3. Balanced search trees
4. Tree structures for sets of intervals
5. Heaps
6. Union-find and related structures
7. Data structure transformations
8. Data structures for strings
9. Hash tables
10. Appendix.