Algorithms, 4/e (Deluxe): Book and 24-Part Lecture Series (美國原版)
暫譯: 演算法(第4版,豪華版):書籍與24部分講座系列
Robert Sedgewick, Kevin Wayne
- 出版商: Addison Wesley
- 出版日期: 2015-12-14
- 售價: $4,990
- 貴賓價: 9.5 折 $4,741
- 語言: 英文
- 頁數: 984
- 裝訂: Hardcover
- ISBN: 0134384687
- ISBN-13: 9780134384689
-
相關分類:
Algorithms-data-structures
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
Modern C++ Design: Generic Programming and Design Patterns Applied (Paperback)$2,480$2,430 -
工程數學(二): 常微分方程式、特殊函數暨 Laplace 轉換(修訂版)$480$470 -
深入淺出 Python (Head First Python)$780$616 -
Hacker's Delight, 2/e (Hardcover)$2,330$2,214 -
快快樂樂學 Excel 2013─善用資料圖表、函數巨集的精算達人$450$356 -
1/4W 常用 30 種 x20 個電阻包$200$190 -
電腦網際網路, 6/e (國際版)(Computer Networking: A Top-Down Approach, 6/e)(附部分內容光碟)$650$585 -
嗯!Office 2013 我也會─超實用的活動 DM X 財會營收 X 銷售分析 X 互動影音 X 雲端協同範例即上手$480$374 -
Java SE 8 for the Really Impatient (Paperback)$1,380$1,352 -
Java SE 8 技術手冊$620$490 -
離散數學 原文導讀版 (Rosen: Discrete Mathematics and Its Applications, 7/e)(授權經銷版)$1,160$1,102 -
Arduino 互動設計專題與實戰-深入 Arduino 的全方位指南 (附114段教學與執行影片/範例程式檔)$550$435 -
ASP.NET MVC 5 網站開發美學$780$616 -
作業系統概念, 9/e (授權經銷版) (Operating System Concepts, 9/e)$850$808 -
完整學會 Git, GitHub, Git Server 的24堂課$360$284 -
圖解物聯網|感測器的架構與運用$380$323 -
Active Directory 環境的 PowerShell 活用指南 (Active Directory with PowerShell)$350$273 -
iOS 9 App 程式設計實力超進化實戰攻略:知名iOS教學部落格AppCoda作家親授實作關鍵技巧讓你不NG (Beginning iOS 9 Programming with Swift)$690$538 -
Speaking JavaScript|簡明完整的 JS 精要指南 (Speaking JavaScript)$780$616 -
鳥哥的 Linux 私房菜-基礎學習篇, 4/e$980$774 -
Android APP 程式開發剖析, 2/e$650$514 -
思辨賽局 看穿局勢、創造優勢的策略智慧$480$408 -
Python 機器學習 (Python Machine Learning)$580$452 -
精通 Go 程式設計 (The Go Programming Language)$580$493 -
Python 函式庫語法範例字典$450$356
相關主題
商品描述
**Included in this Bundle**
THE PRINT BOOK: This fourth edition of Robert Sedgewick and Kevin Wayne’s Algorithms is one of the most popular textbooks on algorithms today and is widely used in colleges and universities worldwide. The algorithms in this book — including 50 algorithms every programmer should know — represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering and for students who use computation in the liberal arts. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.
THE LECTURE SERIES: There are 24 lecture videos that will be streamed on the Informit.com site; each lecture is approximately 60 to 75 minutes in length and focuses on a specific topic related to the Algorithms book. The lecture videos introduce viewers to fundamental data types, algorithms, and data structures, with emphasis on applications and scientific performance analysis of Java implementations. They also cover graph-processing algorithms, including minimum spanning tree and shortest paths algorithms, and string processing algorithms, including string sorts, tries, substring search, regular expressions, and data compression, and concludes with an overview placing the contents of the course in a larger context.
The first 12 lecture videos cover elementary data structures, sorting, and searching. Topics covered in these videos include union-find, binary search, stacks, queues, bags, insertion sort, selection sort, shellsort, quicksort, 3-way quicksort, mergesort, heapsort, binary heaps, binary search trees, red-black trees, separate chaining and linear probing hash tables, Graham scan, and id-trees. Lecture videos 13 through 24 focus on graph and string-processing algorithms. Topics covered in these lecture videos include depth-first search, breadth-first search, topological sort, Kosaraju-Sharir, Kruskal, Prim, Dijkistra, Bellman-Ford, Ford-Fulkerson, LSD radix sort, MSD radix sort, 3-way radix quicksort, multiway tries, ternary search tries, Knuth-Morris-Pratt, Boyer-Moore, Rabin-Karp, regular expression matching, run-length coding, Huffman coding, LZW compression, and the Burrows-Wheeler transform.
Used books, rentals, and purchases made outside of Pearson
If purchasing or renting from companies other than Pearson, the access code for the Video Lectures may not be included, may be incorrect, or may be previously redeemed. Check with the seller before completing your purchase.
商品描述(中文翻譯)
**本套件包含的內容**
印刷書籍:這是 Robert Sedgewick 和 Kevin Wayne 的《演算法》第四版,是當今最受歡迎的演算法教科書之一,並在全球的學院和大學中廣泛使用。本書中的演算法——包括每位程式設計師應該知道的 50 種演算法——代表了過去 50 年來發展出來的一套知識體系,對於專業程式設計師和計算機科學學生來說是不可或缺的,對於任何對科學、數學和工程感興趣的學生,以及在文科中使用計算的學生也同樣重要。在這一版中,新的 Java 實作採用可讀性強的模組化程式設計風格,所有代碼都向讀者公開並可直接使用。
講座系列:將在 Informit.com 網站上播放 24 部講座視頻;每部講座約 60 到 75 分鐘,專注於與《演算法》書籍相關的特定主題。講座視頻向觀眾介紹基本數據類型、演算法和數據結構,重點強調 Java 實作的應用和科學性能分析。它們還涵蓋圖形處理演算法,包括最小生成樹和最短路徑演算法,以及字符串處理演算法,包括字符串排序、字典樹、子字符串搜索、正則表達式和數據壓縮,並以概述結束,將課程內容置於更大的背景中。
前 12 部講座視頻涵蓋基本數據結構、排序和搜索。這些視頻中涵蓋的主題包括聯合查找、二元搜索、堆疊、佇列、袋、插入排序、選擇排序、貝殼排序、快速排序、三路快速排序、合併排序、堆排序、二元堆、二元搜索樹、紅黑樹、分離鏈接和線性探測哈希表、Graham 掃描和 id 樹。第 13 到 24 部講座視頻專注於圖形和字符串處理演算法。這些講座視頻中涵蓋的主題包括深度優先搜索、廣度優先搜索、拓撲排序、Kosaraju-Sharir、Kruskal、Prim、Dijkstra、Bellman-Ford、Ford-Fulkerson、LSD 基數排序、MSD 基數排序、三路基數快速排序、多路字典樹、三元搜索字典樹、Knuth-Morris-Pratt、Boyer-Moore、Rabin-Karp、正則表達式匹配、游程編碼、Huffman 編碼、LZW 壓縮和 Burrows-Wheeler 變換。
**二手書籍、租賃和在 Pearson 以外的購買**
如果從非 Pearson 的公司購買或租賃,視頻講座的訪問代碼可能不包含、可能不正確或可能已被兌換。請在完成購買前與賣家確認。
