Fundamentals of Data Structures in C, 2/e (Paperback)
Ellis Horowitz, Sartaj Sahni, Susan Anderson-Freed
- 出版商: Silicon Press
- 出版日期: 2007-08-01
- 售價: $1,390
- 貴賓價: 9.8 折 $1,362
- 語言: 英文
- 頁數: 617
- 裝訂: Paperback
- ISBN: 0929306406
- ISBN-13: 9780929306407
-
相關分類:
Algorithms-data-structures 資料結構與演算法
-
相關翻譯:
基礎資料結構 ─ 使用 C (Fundamentals of Data Structures in C, 2/e) (繁中版)
銷售排行:
👍 2020 年度 英文書 銷售排行 第 6 名
🥈 2020/11 英文書 銷售排行 第 2 名
🥈 2019 年度 英文書 銷售排行 第 2 名
🥈 2019/10 英文書 銷售排行 第 2 名
🥉 2019/7 英文書 銷售排行 第 3 名
👍 2018 年度 英文書 銷售排行 第 4 名
立即出貨
買這商品的人也買了...
-
$149$134 -
$980$980 -
$880$695 -
$880$695 -
$550$468 -
$980$833 -
$790$751 -
$1,390$1,362 -
$990$891 -
$600$480 -
$790$751 -
$1,350$1,323 -
$620$527 -
$1,590$1,558 -
$1,200$1,140 -
$820$697 -
$580$493 -
$1,200$1,140 -
$1,650$1,617 -
$1,680$1,596 -
$1,650$1,568 -
$2,980$2,831 -
$1,160$1,102 -
$780$616 -
$1,680$1,596
相關主題
商品描述
New Edition of the Classic Data Structures Text!
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 now discusses topics such as weight biased leftist trees, pairing heaps, symmetric minmax heaps, interval heaps, topdown splay trees, B+ trees and suffix trees. Red-black 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 & Structures
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