Fundamentals of Data Structures in C++, 2/e (Paperback)
Ellis Horowitz, Sartaj Sahni, Dinesh Mehta
- 出版商: Silicon Press
- 出版日期: 2006-06-30
- 售價: $1,390
- 貴賓價: 9.8 折 $1,362
- 語言: 英文
- 頁數: 694
- 裝訂: Paperback
- ISBN: 0929306376
- ISBN-13: 9780929306377
-
相關分類:
C++ 程式語言、Algorithms-data-structures 資料結構與演算法
-
相關翻譯:
基礎資料結構 ─ 使用 C++ (Fundamentals of Data Structures in C++, 2/e) (繁中版)
銷售排行:
🥈 2021/2 英文書 銷售排行 第 2 名
👍 2020 年度 英文書 銷售排行 第 5 名
🥇 2020/10 英文書 銷售排行 第 1 名
👍 2019 年度 英文書 銷售排行 第 13 名
👍 2018 年度 英文書 銷售排行 第 12 名
👍 2017 年度 英文書 銷售排行 第 14 名
立即出貨
買這商品的人也買了...
-
$990$970 -
$230$196 -
$1,200$1,140 -
$880$695 -
$880$695 -
$650$553 -
$780$741 -
$550$468 -
$980$833 -
$790$751 -
$880$695 -
$990$891 -
$600$480 -
$1,390$1,362 -
$620$527 -
$1,590$1,558 -
$1,200$1,140 -
$580$522 -
$590$466 -
$1,650$1,617 -
$780$663 -
$1,680$1,596 -
$1,650$1,568 -
$1,180$1,156 -
$1,780$1,744
相關主題
商品描述
Description
This new edition provides a comprehensive and technically rigorous introduction to data structures such as arrays, stacks, queues, linked lists, trees and graphs and techniques such as sorting hashing that form the basis of all software. In addition, this text presents advanced or specialized data structures such as priority queues, efficient binary search trees, multiway search trees and digital search structures.
The book has been updated to include the latest features of the C++ language. Features such as exceptions and templates are now incorporated throughout the text along with limited exposure to STL. Treatment of queues, iterators and dynamic hashing has been improved. The book now discusses topics such as secure hashing algorithms, weightbiased leftist trees, pairing heaps, symmetric minmax heaps, interval heaps, topdown splay trees, B+ trees and suffix trees. Redblack trees have been made more accessible. The section on multiway tries has been significantly expanded and discusses several trie variations and their application to Internet packet forwarding.
Table of Contents
- Chapter 1. Basic Concepts
- Chapter 2. Arrays
- Chapter 3. Stacks and Queues
- Chapter 4. Linked Lists
- Chapter 5. Trees
- Chapter 6. Graphs
- Chapter 7. Sorting
- Chapter 8. Hashing
- Chapter 9. Priority Queues
- Chapter 10. Efficient Binary Search Trees
- Chapter 11. Multiway Search Trees
- Chapter 12. Digital Search Structures