書名: Introduction to the Design & Analysis of Algorithms (2版)
作者: LEE
版次: 2
ISBN: 9789863412052
出版社: McGraw-Hill
定價: 1300
售價: 1222
庫存: 庫存: 2
LINE US! 詢問這本書 團購優惠、書籍資訊 等

付款方式: 超商取貨付款 line pay
信用卡 全支付
線上轉帳 Apple pay
物流方式: 超商取貨
宅配
門市自取

詳細資訊

【簡介】 Description 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. 【目錄】 Table of Contents 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

為您推薦

Introduction to Algorithms (4版)

Introduction to Algorithms (4版)

人氣推薦!已有5位會員共同選購!!

【原文書】 書名:Introduction to Algorithms 4/e (美國原版精裝本) 作者: T. H. Cormen、C. E. Leiserson、R. L. Rivest、 C.Stein 出版社:MIT 出版日期: 2022/00/00 ISBN:9780262046305 內容簡介 A comprehensive update of the leading algorithms text, with new material on matchings in bipartite graphs, online algorithms, machine learning, and other topics. Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. It covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers, with self-contained chapters and algorithms in pseudocode. Since the publication of the first edition, Introduction to Algorithms has become the leading algorithms text in universities worldwide as well as the standard reference for professionals. This fourth edition has been updated throughout. New for the fourth edition New chapters on matchings in bipartite graphs, online algorithms, and machine learning New material on topics including solving recurrence equations, hash tables, potential functions, and suffix arrays 140 new exercises and 22 new problems Reader feedback-informed improvements to old problems Clearer, more personal, and gender-neutral writing style Color added to improve visual presentation Notes, bibliography, and index updated to reflect developments in the field Website with new supplementary material Table of contents Preface xiii I Foundations Introduction 3 1 The Role of Algorithms in Computing 5 2 Getting Started 17 3 Characterizing Running Times 49 4 Divide-and-Conquer 76 5 Probabilistic Analysis and Randomized Algorithms 126 II Sorting and Order Statistics  Introduction 157 6 Heapsort 161 7 Quicksort 182 8 Sorting in Linear Time 205 9 Medians and Order Statistics 227 III Data Structures  Introduction 249 10 Elementary Data Structures 252 11 Hash Tables 272 12 Binary Search Trees 312 12 Red-Black Trees 331 IV Advanced Design and Analysis Techniques  Introduction 361 14 Dynamic Programming 362 15 Greedy Algorithms 417 16 Amortized Analysis 448 V Advanced Data Structures Introduction 477 17 Augmenting Data Structures 480 18 B-Trees 497 19 Data Structures for Disjoint Sets 520 VI Graph Algorithms  Introduction 547 20 Elementary Graph Algorithms 549 21 Minimum Spanning Trees 585 22 Single-Source Shortest Paths 604 23 All-Pairs Shortest Paths 646 24 Maximum Flow 670 25 Matchings in Bipartite Graphs 704 VII Selected Topics Introduction 745 26 Parallel Algorithms 748 27 Online Algorithms 791 28 Matrix Operations 819 29 Linear Programming 850 30 Polynomials and the FFT 877 31 Number-Theoretic Algorithms 903 32 String Matching 957 33 Machine-Learning Algorithms 1003 34 NP-Completeness 1042 35 Approximation Algorithms 1104 VIII Appendix: Mathematical Background Introduction 1139 A Summations 1140 B Sets, Etc. 1153 C Counting and Probability 1178 D Matrices 1214 Bibliography 1227 Index 1251

原價: 2190 售價: 2081 現省: 109元
立即查看
Absolute Java (6版)

Absolute Java (6版)

其他會員也一起購買

書名:Absolute Java 6/E G/E 作者:Savitch 出版社:PEARSON 出版日期:2015/12/11 ISBN:9781292109220

原價: 1490 售價: 1460 現省: 30元
立即查看
Probability & Statistics for Engineers & Scientists (9版)

Probability & Statistics for Engineers & Scientists (9版)

其他會員也一起購買

書名:Probability & Statistics for Engineers & Scientists (GE)9/E 作者:Walpole 出版社:Pearson 出版日期:2016/08/01 ISBN:9781292161365 目錄 Preface 1. Introduction to Statistics and Data Analysis 1.1 Overview: Statistical Inference, Samples, Populations, and the Role of Probability 1.2 Sampling Procedures; Collection of Data 1.3 Measures of Location: The Sample Mean and Median Exercises 1.4 Measures of Variability Exercises 1.5 Discrete and Continuous Data 1.6 Statistical Modeling, Scientific Inspection, and Graphical Methods 19 1.7 General Types of Statistical Studies: Designed Experiment, Observational Study, and Retrospective Study Exercises 2. Probability 2.1 Sample Space 2.2 Events Exercises 2.3 Counting Sample Points Exercises 2.4 Probability of an Event 2.5 Additive Rules Exercises 2.6 Conditional Probability, Independence and Product Rules Exercises 2.7 Bayes’ Rule Exercises Review Exercises 2.8 Potential Misconceptions and Hazards; Relationship to Material in Other Chapters 3. Random Variables and Probability Distributions 3.1 Concept of a Random Variable 3.2 Discrete Probability Distributions 3.3 Continuous Probability Distributions Exercises 3.4 Joint Probability Distributions Exercises Review Exercises 3.5 Potential Misconceptions and Hazards; Relationship to Material in Other Chapters 4. Mathematical Expectation 4.1 Mean of a Random Variable Exercises 4.2 Variance and Covariance of Random Variables Exercises 4.3 Means and Variances of Linear Combinations of Random Variables 127 4.4 Chebyshev’s Theorem Exercises Review Exercises 4.5 Potential Misconceptions and Hazards; Relationship to Material in Other Chapters 5. Some Discrete Probability Distributions 5.1 Introduction and Motivation 5.2 Binomial and Multinomial Distributions Exercises 5.3 Hypergeometric Distribution Exercises 5.4 Negative Binomial and Geometric Distributions 5.5 Poisson Distribution and the Poisson Process Exercises Review Exercises 5.6 Potential Misconceptions and Hazards; Relationship to Material in Other Chapters 6. Some Continuous Probability Distributions 6.1 Continuous Uniform Distribution 6.2 Normal Distribution 6.3 Areas under the Normal Curve 6.4 Applications of the Normal Distribution Exercises 6.5 Normal Approximation to the Binomial Exercises 6.6 Gamma and Exponential Distributions 6.7 Chi-Squared Distribution 6.8 Beta Distribution 6.9 Lognormal Distribution (Optional) 6.10 Weibull Distribution (Optional) Exercises Review Exercises 6.11 Potential Misconceptions and Hazards; Relationship to Material in Other Chapters 7. Functions of Random Variables (Optional) 7.1 Introduction 7.2 Transformations of Variables 7.3 Moments and Moment-Generating Functions Exercises 8. Sampling Distributions and More Graphical Tools 8.1 Random Sampling and Sampling Distributions 8.2 Some Important Statistics Exercises 8.3 Sampling Distributions 8.4 Sa

原價: 1550 售價: 1519 現省: 31元
立即查看
機率與統計 精華版(Probability & Statistics for Engineers & Scientists ,MyStatLab Update 9/e) (9版)

機率與統計 精華版(Probability & Statistics for Engineers & Scientists ,MyStatLab Update 9/e) (9版)

其他會員也一起購買

書名:機率與統計(精華版) (Walpole:Probability and Statistics for Engineers and Scientists 9/E) 作者:Walpole(陳常侃‧王妙伶) 出版社:偉明 出版日期:2017/05/00 ISBN:9789869190343 內容簡介 本書強調運用機率與統計的方法解決科學與工程問題。透過實例講解,由簡入繁、循序漸進的內容,使學生容易理解。本書文句簡潔流暢,結合生活化的主題而不以過度複雜艱澀的數學理論來呈現,更能提升學生的興趣。書中範例結合數學理論與實務應用,解題過程詳細明瞭,各章充分的習題演練幫助學生奠定觀念的基礎。另外,提供如何利用電腦軟體Excel來解決數學問題。 目錄 第1章 統計學與資料分析導論 第2章 機率 第3章 隨機變數與機率分佈 第4章 數學期望 第5章 一些離散機率分佈 第6章 一些連續機率分佈 第7章 基礎抽樣分佈與資料描述 第8章 單樣本與雙樣本估計 第9章 假說檢定 附錄

原價: 580 售價: 551 現省: 29元
立即查看
演算法導論 (4版)

演算法導論 (4版)

其他會員也一起購買

【簡介】 暢銷經典,全球銷售超過百萬本 Thomas H. Cormen、Charles E. Leiserson、Ronald L. Rivest和Clifford Stein所著的《演算法導論》受到世界各地許多著名大學廣泛採用,作為演算法課程的主要教科書。 本書即是大家耳熟能詳的CLRS。歷經數個版次,同時受到廣泛選用所造就的不可替代性,在該領域的社群和學術界,常以作者姓氏的首個英文字母「CLRS」,作為這本經典著作的代稱。 這本書因幾個關鍵特點而備受讚譽: ‧內容全面:本書涵蓋了從基本到進階的演算法主題,適合各個程度的讀者,無論是大學生、研究生或業界人士,都能從中受益。 ‧清晰的講解:書中以清晰詳細的方式解釋各種演算法,並搭配虛擬碼,幫助讀者理解演算法的實作過程。 ‧嚴謹的數學分析:本書提供了演算法的數學分析,幫助讀者深入理解演算法的效率和複雜度,對於希望深入研究演算法理論的讀者很有幫助。 ‧豐富的練習題:每章結尾都有大量的練習題,這些題目設計巧妙,有助於對學習內容的強化和加深理解。 ‧現實應用:書中展示了多演算法在實際問題中的應用,增加了學習的趣味性和實用性。 這些特點使得《演算法導論》成為計算機科學領域的經典教材,廣受學術界和業界人士的推崇。 有些演算法書籍雖然嚴謹卻不夠完整,有些則包羅萬象卻嚴謹不足,獨樹一幟的《演算法導論》既嚴謹且全面,不僅深入探討廣泛的演算法,也透過自成一體的章節及演算法虛擬碼,讓各種程度的讀者皆能理解演算法的設計和分析。 《演算法導論》自第一版問世以來,已成為全球大學的主要演算法教材,以及專業人士的標準參考書。 本書的第四版做了全面的更新,採用更清晰的文筆、更個人化且性別中立的表達方式,並透過顏色來增進視覺表現。我們根據讀者的回饋改進問題,讓注釋和參考文獻反映這個領域的最新發展,並且在本書的網站提供新的補充教材。 第四版的新內容 ‧關於二部圖、線上演算法與機器學習的新章節 ‧探討遞迴方程、雜湊表、勢能函數及後綴陣列等主題的新內容 ‧新增140道新習題和22道新問題 本書提供超過900道習題與162個問題,讀者可以在本書網站上找到大部分的解答。適合大學或研究所的演算法或資料結構課程使用;此外,由於本書探討演算法設計的工程問題和數學層面,所以也適合專業技術人員用來自學。 【目錄】 PART Ⅰ 基礎 1 演算法在計算時的作用 2 起點 3 分析執行時間的特性 4 分治法 5 機率分析與隨機演算法 PART Ⅱ 排序和順序統計量 6 堆積排序 7 快速排序 8 以線性時間排序 9 中位數與順序統計量 PART Ⅲ 資料結構 10 基本資料結構 11 雜湊表 12 二元搜尋樹 13 紅黑樹 PART Ⅳ 進階設計和分析技術 14 動態規劃 15 貪婪演算法 16 平攤分析 PART Ⅴ 高階資料結構 17 擴充資料結構 18 B 樹 19 不相交集合的資料結構 PART Ⅵ 圖演算法 20 初級圖演算法 21 最小生成樹 22 單源最短路徑 23 all-pairs 最短路徑 24 最大流量 25 二部圖的配對 PART Ⅶ 特選主題 26 平行演算法 27 線上演算法 28 矩陣運算 29 線性規劃 30 多項式與 FFT 31 數論演算法 32 字串比對 33 機器學習演算法 34 NP 完備性 35 近似演算法 PART Ⅷ 附錄:數學基礎 A 求和 B 集合與離散數學的其他要素 C 計數與機率 D 矩陣

原價: 1800 售價: 1350 現省: 450元
立即查看
CONCEPTS OF PROGRAMMING LANGUAGES 12/E (GE)12/e (12版)

CONCEPTS OF PROGRAMMING LANGUAGES 12/E (GE)12/e (12版)

其他會員也一起購買

CONCEPTS OF PROGRAMMING LANGUAGES 12/E (GE) 作(譯)者:SEBESTA 出版日:2023/3/7 出版商:Pearson ISBN(13碼):9781292436821 書號:2149402 平裝/800頁/ 目錄 1. Preliminaries 2. Evolution of the Major Programming Languages 3. Describing Syntax and Semantics 4. Lexical and Syntax Analysis 5. Names, Bindings, and Scopes 6. Data Types 7. Expressions and Assignment Statements 8. Statement-Level Control Structures 9. Subprograms 10. Implementing Subprograms 11. Abstract Data Types and Encapsulation Constructs 12. Support for Object-Oriented Programming 13. Concurrency 14. Exception Handling and Event Handling 15. Functional Programming Languages 16. Logic Programming Languages

原價: 1500 售價: 1425 現省: 75元
立即查看
Discrete Mathematics and Its Applications (8版)

Discrete Mathematics and Its Applications (8版)

其他會員也一起購買

書名:Discrete Mathematics and Its Applications 8/E 作者:Rosen 出版社:McGraw-Hill 出版日期:2018/08/00 ISBN:9781260091991

原價: 1350 售價: 1283 現省: 67元
立即查看
Linear Algebra with Applications (10版)

Linear Algebra with Applications (10版)

其他會員也一起購買

原文書資訊 書名:Linear Algebra with Applications Global Edition 10/E 2021 <PH> 作者: LEON ISBN: 9781292354866 出版社: Pearson 出版年: 2021年 書籍目錄: 1. Matrices and Systems of Equations 2. Determinants 3. Vector Spaces 4. Linear Transformations 5. Orthogonality 6. Eigenvalues 7. Numerical Linear Algebra 8. Canonical Forms Appendix: MATLAB Answers to Selected Exercises 中文書資訊 書名: 線性代數 Linear Algebra with Applications 作者: LEON/ 蔡政穆 ISBN: 9789862803424 出版社: 鼎隆 出版年: 2017年 書籍目錄: 第1章 矩陣與方程式系統 第2章 行列式 第3章 向量空間 第4章 線性轉換 第5章 正交 第6章 特徵值 第7章 數值線性代數 附錄 MATLAB 精選習題解答

原價: 1220 售價: 1159 現省: 61元
立即查看
Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers (3版)

Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers (3版)

其他會員也一起購買

原文書資訊 書名:Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers 3/E IE 2014 <JW> 作者: YATES ISBN: 9781118808719 出版社: John Wiley 出版年: 2014年 中文書資訊 書名: 機率學(Yates 3/E) Probability and Stochastic Processes 作者: Yates/ 賴玲瑩 ISBN: 9789865647230 出版社: 鼎隆 出版年: 2015年

原價: 1480 售價: 1376 現省: 104元
立即查看
( 特價書 7折) INTRODUCTION TO THE DESIGN & ANALYSIS OF ALGORITHMS 2/E 2007 <PH> 0-321-35828-7 (2版)

( 特價書 7折) INTRODUCTION TO THE DESIGN & ANALYSIS OF ALGORITHMS 2/E 2007 <PH> 0-321-35828-7 (2版)

類似書籍推薦給您

原價: 1200 售價: 840 現省: 360元
立即查看
(請改訂213282)INTRODUCTION TO THE  DESIGN AND ANALYSIS OF ALGORITHMS 2/E IE 2005 <MH> 978-0-07-127524-8 (2版)

(請改訂213282)INTRODUCTION TO THE DESIGN AND ANALYSIS OF ALGORITHMS 2/E IE 2005 <MH> 978-0-07-127524-8 (2版)

類似書籍推薦給您

原價: 1180 售價: 1062 現省: 118元
立即查看
INTRODUCTION TO THE  DESIGN AND ANALYSIS OF ALGORITHMS 2/e 2005 <MH> 0-07-124346-1 (2版)

INTRODUCTION TO THE DESIGN AND ANALYSIS OF ALGORITHMS 2/e 2005 <MH> 0-07-124346-1 (2版)

類似書籍推薦給您

原價: 1180 售價: 1062 現省: 118元
立即查看
INTRODUCTION TO THE DESIGN AND ANALYSIS OF ALGORITHMS 2/E  2002

INTRODUCTION TO THE DESIGN AND ANALYSIS OF ALGORITHMS 2/E 2002

類似書籍推薦給您

原價: 780 售價: 702 現省: 78元
立即查看
INTRODUCTION TO THE DESIGN AND ANALYSIS OF ALGORITHMS(精) (2版)

INTRODUCTION TO THE DESIGN AND ANALYSIS OF ALGORITHMS(精) (2版)

類似書籍推薦給您

原價: 780 售價: 702 現省: 78元
立即查看