Introduction to the Design and Analysis of Algorithms: a strategic approach (IE-Paperback)
暫譯: 演算法設計與分析導論:策略性方法 (IE-Paperback)
R.C.T. Lee, S.S. Tseng, R.C. Chang, Y.T.Tsai
- 出版商: McGraw-Hill Education
- 出版日期: 2006-01-01
- 售價: $1,300
- 貴賓價: 9.8 折 $1,274
- 語言: 英文
- 頁數: 723
- ISBN: 0071085769
- ISBN-13: 9780071085762
-
相關分類:
Algorithms-data-structures
-
其他版本:
Introduction to the Design and Analysis of Algorithms (Paperback)
銷售排行:
🥉 2023/3 英文書 銷售排行 第 3 名
🥈 2023/2 英文書 銷售排行 第 2 名
👍 2018 年度 英文書 銷售排行 第 18 名
🥉 2018/10 英文書 銷售排行 第 3 名
無法訂購
買這商品的人也買了...
-
Fundamentals of Data Structures in C, 2/e (Paperback)$1,390$1,362 -
Computer Networks, 5/e (IE-Paperback)$1,300$1,274 -
Introduction to Algorithms, 3/e (Hardcover)$1,750$1,715 -
Operating System Concepts, 9/e (IE-Paperback)$1,680$1,646 -
電腦網路:開放源碼導向 (Computer Networks: An Open Source Approach)$850$808 -
Internetworking with TCP/IP Volume.1, 6/e (NIE-Paperback)$1,160$1,137 -
演算法競賽入門經典, 2/e (演算法藝術與信息學競賽)$479$455 -
計算機組織與設計 : 硬體/軟體的介面, 5/e (Patterson: Computer Organization and Design: The Hardware/Software Interface, 5/e)$1,250$1,188 -
$1,519Fundamentals of Database Systems, 7/e (IE-Paperback) -
TCP/IP 互連網路, 6/e$600$540 -
為你自己學 Git$500$425 -
MIS 一定要懂的 82個網路技術知識$360$284 -
Advanced Engineering Mathematics, 8/e (SI Edition)(Custom Solutions)$1,420$1,392 -
新一代 JavaScript 程式設計精解 -《對應 ECMAScript 全新語法標準》$580$493 -
加密與解密, 4/e$1,188$1,129 -
Discrete Mathematics and Its Applications, 8/e (Paperback)$1,350$1,323 -
電腦網際網路, 7/e (國際版)(Computer Networking: A Top-Down Approach, 7/e)(附部分內容光碟)$680$612 -
機器學習的數學基礎 : AI、深度學習打底必讀$580$458 -
Operating System Concepts, 10/e (GE-Paperback)$1,750$1,663 -
作業系統, 10/e (授權經銷版)(Silberschatz: Operating System Concepts, 10/e)$910$865 -
Artificial Intelligence: A Modern Approach, 4/e (IE-Paperback)$1,460$1,431 -
集成式學習:Python 實踐!整合全部技術,打造最強模型 (Hands-On Ensemble Learning with Python: Build highly optimized ensemble machine learning models using scikit-learn and Keras)$750$593 -
Introduction to Algorithms, 4/e (Hardcover)$2,190$2,146 -
Web Hacking 現場指南:真實世界抓漏和獵蟲的賞金之旅 (Real-World Bug Hunting: A Field Guide to Web Hacking)$550$429 -
會動的演算法:61 個演算法動畫+全圖解逐步拆解,人工智慧、資料分析必備$620$490
相關主題
商品描述
Communication network design, VLSI layout and DNA sequence analysis are important and challenging problems that cannot be solved by naive and straightforward algorithms. Thus, it is critical for a computer scientist to have a good knowledge of algorithm design and analysis.
This book presents algorithm design from the viewpoint of strategies. Each strategy is introduced with many algorithms designed under the strategy. Each algorithm is presented with many examples and each example with many figures.
In recent years, many approximation algorithms have been developed. Introduction to the Design and Analysis of Algorithms presents two important concepts clearly: PTAS and NPO-complete. This book also discusses the concept of NP-completeness before introducing approximation algorithms. Again, this is explained through examples which make sure that the students have a definite idea about this very abstract concept.
In addition, this book also has a chapter on on-line algorithms. Each on-line algorithm is introduced by first describing the basic principle behind it. Amortized analysis is a new field in algorithm research. In this book, detailed descriptions are given to introduce this new and difficult-to-understand concept.
This book can be used as a textbook by senior undergraduate students or master level graduate students in computer science.
商品描述(中文翻譯)
通訊網路設計、VLSI 佈局和 DNA 序列分析是重要且具挑戰性的問題,無法僅透過簡單直接的演算法來解決。因此,對於計算機科學家來說,擁有良好的演算法設計和分析知識是至關重要的。
本書從策略的角度介紹演算法設計。每個策略都會介紹許多在該策略下設計的演算法。每個演算法都會提供多個範例,並且每個範例都會附上多個圖示。
近年來,許多近似演算法已被開發出來。《演算法設計與分析導論》清楚地介紹了兩個重要概念:PTAS 和 NP 完全性。本書在介紹近似演算法之前,還討論了 NP 完全性的概念。這一部分同樣透過範例進行解釋,以確保學生對這一非常抽象的概念有明確的理解。
此外,本書還有一章專門介紹線上演算法。每個線上演算法的介紹都是先描述其背後的基本原則。攤銷分析是演算法研究中的一個新領域。本書詳細描述了這一新且難以理解的概念。
本書可作為計算機科學的高年級本科生或碩士研究生的教科書。
目錄大綱
1 Introduction
2 The complexity of algorithms and the lower bounds of problems
3 The greedy method
4 The divide-and-conquer strategy
5 Tree searching strategies
6 Prune-and-search
7 Dynamic programming
8 The theory of NP-completeness
9 Approximation algorithms
10 Amortized analysis
11 Randomized algorithms
12 On-line algorithms
目錄大綱(中文翻譯)
1 Introduction
2 The complexity of algorithms and the lower bounds of problems
3 The greedy method
4 The divide-and-conquer strategy
5 Tree searching strategies
6 Prune-and-search
7 Dynamic programming
8 The theory of NP-completeness
9 Approximation algorithms
10 Amortized analysis
11 Randomized algorithms
12 On-line algorithms
