Data Structures : A Pseudocode Approach with C, 2/e (Paperback)

Richard F. Gilberg, Behrouz A. Forouzan

  • 出版商: Thomson
  • 出版日期: 2004-10-11
  • 定價: $1,380
  • 售價: 9.5$1,311
  • 語言: 英文
  • 頁數: 672
  • 裝訂: Hardcover
  • ISBN: 0534390803
  • ISBN-13: 9780534390808
  • 相關分類: Algorithms-data-structures
  • 立即出貨(限量) (庫存=2)

買這商品的人也買了...

商品描述

Description:

This text has been fully revised to include extensive end-of-chapter material to reinforce the topics addressed in each chapter. Renowned authors, Richard Gilberg and Behrouz Forouzan have articulated a solid working knowledge of data structures in an easy to learn format.

 

 

Table of Contents:

Part 1: Introduction
1. Basic Concepts
2. Recursion
Part 2: Linear Lists
3. Stacks
4. Queues
5. General Linear Lists
Part 3: Non-Linear Lists
6. Introduction to Trees
7. Binary Search Trees
8. AVL Search Trees
9. Heaps
10. Multiway Trees
11. Graphs
Part 4: Sorting and Searching
12. Sorting
13. Searching
Appendices
A: ASCII Tables
B: Structure Charts
C: Integer and Float Libraries
D: Selected C Libraries
E: Mathematical Series and Recursive Relations
F: Array Implementations of Stacks and Queues

商品描述(中文翻譯)

描述:
這本書已經完全修訂,包括廣泛的章節結尾材料,以加強每個章節所討論的主題。著名作者Richard Gilberg和Behrouz Forouzan以易於學習的格式清晰地闡述了對資料結構的扎實工作知識。

目錄:
第一部分:介紹
1. 基本概念
2. 遞迴
第二部分:線性列表
3. 堆疊
4. 佇列
5. 一般線性列表
第三部分:非線性列表
6. 樹的介紹
7. 二元搜尋樹
8. AVL搜尋樹
9. 堆
10. 多路樹
11. 圖
第四部分:排序和搜尋
12. 排序
13. 搜尋
附錄
A:ASCII表
B:結構圖
C:整數和浮點數庫
D:選擇的C庫
E:數學序列和遞迴關係
F:堆疊和佇列的陣列實現