INTRODUCTION TO THE ANALYSIS OF ALGORITHMS, AN (2ND EDITION)
暫譯: 演算法分析導論(第二版)

Michael Soltys-Kulinicz

  • 出版商: World Scientific Pub
  • 出版日期: 2012-07-27
  • 售價: $2,800
  • 貴賓價: 9.5$2,660
  • 語言: 英文
  • 頁數: 212
  • 裝訂: Hardcover
  • ISBN: 9814401153
  • ISBN-13: 9789814401159
  • 相關分類: Algorithms-data-structures
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

A successor to the first edition, this updated and revised book is a great companion guide for students and engineers alike, specifically software engineers who design reliable code. While succinct, this edition is mathematically rigorous, covering the foundations of both computer scientists and mathematicians with interest in algorithms.

Besides covering the traditional algorithms of Computer Science such as Greedy, Dynamic Programming and Divide & Conquer, this edition goes further by exploring two classes of algorithms that are often overlooked: Randomised and Online algorithms -- with emphasis placed on the algorithm itself.

The coverage of both fields are timely as the ubiquity of Randomised algorithms are expressed through the emergence of cryptography while Online algorithms are essential in numerous fields as diverse as operating systems and stock market predictions.

While being relatively short to ensure the essentiality of content, a strong focus has been placed on self-containment, introducing the idea of pre/post-conditions and loop invariants to readers of all backgrounds. Containing programming exercises in Python, solutions will also be placed on the book's website.

Readership: Students of undergraduate courses in algorithms and programming.

商品描述(中文翻譯)

本書是第一版的後續版本,這本更新和修訂的書籍是學生和工程師的絕佳伴侶指南,特別是設計可靠代碼的軟體工程師。雖然內容簡潔,但本版在數學上是嚴謹的,涵蓋了對演算法感興趣的計算機科學家和數學家的基礎知識。

除了涵蓋計算機科學的傳統演算法,如貪婪演算法(Greedy)、動態規劃(Dynamic Programming)和分治法(Divide & Conquer),本版更進一步探討了兩類常被忽視的演算法:隨機演算法(Randomised)和線上演算法(Online)——重點放在演算法本身。

這兩個領域的內容恰逢其時,隨機演算法的普遍性在密碼學的興起中得以體現,而線上演算法在操作系統和股市預測等多個領域中都是必不可少的。

雖然內容相對簡短以確保其必要性,但強調了自我包含的概念,向各種背景的讀者介紹了前置條件/後置條件(pre/post-conditions)和迴圈不變式(loop invariants)的概念。本書包含了使用 Python 的程式設計練習,解答也將放在書籍的網站上。

讀者對象:本科課程中學習演算法和程式設計的學生。