A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills
暫譯: 數據結構與演算法的常識指南:提升你的核心程式設計技能
Jay Wengrow
- 出版商: Pragmatic Bookshelf
- 出版日期: 2017-08-22
- 定價: $1,575
- 售價: 5.0 折 $788
- 語言: 英文
- 頁數: 222
- 裝訂: Paperback
- ISBN: 1680502441
- ISBN-13: 9781680502442
-
相關分類:
Algorithms-data-structures
-
相關翻譯:
數據結構與算法圖解 (簡中版)
-
其他版本:
A Common-Sense Guide to Data Structures and Algorithms, Second Edition: Level Up Your Core Programming Skills
買這商品的人也買了...
-
$1,510$1,435 -
$2,375The C Programming Language, 2/e (美國原版)
-
$1,430$1,359 -
$1,740$1,653 -
$1,740$1,653 -
$1,980$1,881 -
$500$395 -
$480$379 -
$390$308 -
$500$395 -
$1,575Modern Java Recipes: Simple Solutions to Difficult Problems in Java 8 and 9
-
$480$379 -
$720$612 -
$1,888Database Internals: A Deep Dive Into How Distributed Data Systems Work (Paperback)
-
$477Rust 權威指南 (The Rust Programming Language (Covers Rust 2018))
-
$780$390 -
$1,750$1,663 -
$2,185Learning Domain-Driven Design: Aligning Software Architecture and Business Strategy (Paperback)
-
$450$356 -
$580$458 -
$780$616 -
$800$632 -
$680$537 -
$420$332 -
$820$648
商品描述
If you last saw algorithms in a university course or at a job interview, you're missing out on what they can do for your code. Learn different sorting and searching techniques, and when to use each. Find out how to use recursion effectively. Discover structures for specialized applications, such as trees and graphs. Use Big O notation to decide which algorithms are best for your production environment. Beginners will learn how to use these techniques from the start, and experienced developers will rediscover approaches they may have forgotten.
Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more efficiently, which is particularly important for today's web and mobile apps. This book takes a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code. Graphics and examples make these computer science concepts understandable and relevant.
Use Big O notation, the primary tool for evaluating algorithms, to measure and articulate the efficiency of your code, and modify your algorithm to make it faster. Find out how your choice of arrays, linked lists, and hash tables can dramatically affect the code you write. Use recursion to solve tricky problems and create algorithms that run exponentially faster than the alternatives. Dig into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software. You'll even encounter a single keyword that can give your code a turbo boost. Jay Wengrow brings to this book the key teaching practices he developed as a web development bootcamp founder and educator.
Use these techniques today to make your code faster and more scalable.
商品描述(中文翻譯)
如果你最後一次接觸演算法是在大學課程或工作面試中,那麼你可能錯過了它們對你的程式碼所能帶來的好處。學習不同的排序和搜尋技術,以及何時使用每種技術。了解如何有效地使用遞迴。發現專門應用的結構,例如樹和圖。使用大 O 符號來決定哪些演算法最適合你的生產環境。初學者將從一開始就學會如何使用這些技術,而有經驗的開發者則會重新發現他們可能已經忘記的方法。
演算法和資料結構不僅僅是抽象概念。掌握它們使你能夠編寫運行更快、更高效的程式碼,這對於當今的網頁和行動應用特別重要。本書採取實用的方法來介紹資料結構和演算法,提供可以在日常生產程式碼中使用的技術和真實場景。圖形和範例使這些計算機科學概念變得易於理解且相關。
使用大 O 符號,這是評估演算法的主要工具,來衡量和表達你的程式碼效率,並修改你的演算法以使其更快。了解你選擇的陣列、鏈結串列和雜湊表如何顯著影響你編寫的程式碼。使用遞迴來解決棘手的問題,並創建運行速度比替代方案快得多的演算法。深入研究高級資料結構,例如二元樹和圖,以幫助擴展社交網路和地圖軟體等專門應用。你甚至會遇到一個關鍵字,可以為你的程式碼提供加速效果。Jay Wengrow 將他作為網頁開發訓練營創辦人和教育者所發展的關鍵教學實踐帶入本書。
今天就使用這些技術來使你的程式碼更快且更具可擴展性。