Think Data Structures: Algorithms and Information Retrieval in Java (Paperback)
Allen B. Downey
- 出版商: O'Reilly
- 出版日期: 2017-07-29
- 定價: $1,280
- 售價: 9.5 折 $1,216
- 貴賓價: 9.0 折 $1,152
- 語言: 英文
- 頁數: 158
- 裝訂: Paperback
- ISBN: 1491972394
- ISBN-13: 9781491972397
-
相關分類:
Java 程式語言、Algorithms-data-structures 資料結構與演算法
-
相關翻譯:
Think Data Structures|Java演算法實作和資料檢索 (Think Data Structures: Algorithms and Information Retrieval in Java) (繁中版)
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
$3,080$2,926 -
$420$357 -
$580$493 -
$1,330$1,264 -
$790$751 -
$680$537 -
$360$284 -
$4,980$4,731 -
$1,197$1,134 -
$1,720$1,629 -
$900Kubernetes: Up and Running: Dive into the Future of Infrastructure (Paperback)
-
$1,881Re-Engineering Legacy Software (Paperback)
-
$354$336 -
$1,501Reactive Design Patterns
-
$1,728Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems (Paperback)
-
$2,242$2,124 -
$1,425$1,350 -
$330$314 -
$1,463$1,386 -
$780$616 -
$450$356 -
$954$906 -
$780$616 -
$1,570$1,492 -
$1,200$948
相關主題
商品描述
If you’re a student studying computer science or a software developer preparing for technical interviews, this practical book will help you learn and review some of the most important ideas in software engineering—data structures and algorithms—in a way that’s clearer, more concise, and more engaging than other materials.
By emphasizing practical knowledge and skills over theory, author Allen Downey shows you how to use data structures to implement efficient algorithms, and then analyze and measure their performance. You’ll explore the important classes in the Java collections framework (JCF), how they’re implemented, and how they’re expected to perform. Each chapter presents hands-on exercises supported by test code online.
- Use data structures such as lists and maps, and understand how they work
- Build an application that reads Wikipedia pages, parses the contents, and navigates the resulting data tree
- Analyze code to predict how fast it will run and how much memory it will require
- Write classes that implement the Map interface, using a hash table and binary search tree
- Build a simple web search engine with a crawler, an indexer that stores web page contents, and a retriever that returns user query results
Other books by Allen Downey include Think Java, Think Python, Think Stats, and Think Bayes.