Introduction to the Design and Analysis of Algorithms, 3/e (IE-Paperback)
Anany Levitin
- 出版商: Addison Wesley
- 售價: $1,350
- 貴賓價: 9.8 折 $1,323
- 語言: 英文
- 頁數: 592
- 裝訂: Paperback
- ISBN: 027376411X
- ISBN-13: 9780273764113
-
相關分類:
Algorithms-data-structures 資料結構與演算法
-
相關翻譯:
算法設計與分析基礎, 3/e (Introduction to the Design and Analysis of Algorithms, 3/e) (簡中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$790$751 -
$680$666 -
$590$466 -
$650$553 -
$520$442 -
$480$432 -
$450$383 -
$450$356 -
$349$297 -
$1,337The Art of Unit Testing: with examples in C#, 2/e (Paperback)
-
$1,680$1,596 -
$850$808 -
$1,260$1,235 -
$620$484 -
$620$558 -
$520$442 -
$1,500$1,425 -
$680$646 -
$520$442 -
$2,500$2,450 -
$980$774 -
$750$638 -
$480$374 -
$650$585 -
$580$452
商品描述
<內容簡介>
- 1 Introduction
- 2 Fundamentals of the Analysis of Algorithm Efficiency
- 3 Brute Force and Exhaustive Search
- 4 Decrease-and-Conquer
- 5 Divide-and-Conquer
- 6 Transform-and-Conquer
- 7 Space and Time Trade-Offs
- 8 Dynamic Programming
- 9 Greedy Technique
- 10 Iterative Improvement
- 11 Limitations of Algorithm Power
- 12 Coping with the Limitations of Algorithm Power
- APPENDIX A
- APPENDIX B