A Common-Sense Guide to Data Structures and Algorithms, Second Edition: Level Up Your Core Programming Skills
Wengrow, Jay
- 出版商: Pragmatic Bookshelf
- 出版日期: 2020-09-15
- 定價: $1,700
- 售價: 8.8 折 $1,496
- 語言: 英文
- 頁數: 250
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1680507222
- ISBN-13: 9781680507225
-
相關分類:
Algorithms-data-structures
立即出貨
買這商品的人也買了...
-
$1,715Introduction to Algorithms, 3/e (Hardcover)
-
$2,500$2,375 -
$2,170$2,062 -
$3,040$2,888 -
$1,754Foundations of Algorithms, 5/e (Paperback)
-
$1,690$1,606 -
$1,040$988 -
$1,100$1,045 -
$1,890$1,796 -
$1,300$1,274 -
$1,690$1,606 -
$880$748 -
$403智能語音處理
-
$780$616 -
$607算法設計 (Algorithm Design)
-
$537$510 -
$714$678 -
$2,800$2,660 -
$1,710System Design Interview – An Insider's Guide: Volume 2 (Paperback)
-
$509編程導論 — 以 Python 為舟, 2/e
-
$1,080$853 -
$1,780$1,691 -
$2,600$2,470 -
$556面向信號處理的機器學習
-
$620$490
相關主題
商品描述
If you thought that data structures and algorithms were all just theory, you're missing out on what they can do for your code. Learn to use Big O Notation to make your code run faster by orders of magnitude. Choose from data structures such as hash tables, trees, and graphs to increase your code's efficiency exponentially. With simple language and clear diagrams, this book makes this complex topic accessible, no matter your background. This new edition features practice exercises in every chapter, and new chapters on topics such as dynamic programming and heaps and tries. Get the hands-on info you need to master data structures and algorithms for your day-to-day work.
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. Take a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code, with examples in JavaScript, Python, and Ruby. This new and revised second edition features new chapters on recursion, dynamic programming, and using Big O in your daily work.
Use Big O notation 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. Practice your new skills with exercises in every chapter, along with detailed solutions.
Use these techniques today to make your code faster and more scalable.
作者簡介
Jay Wengrow is an experienced educator and developer who is dedicated to teaching the world to code. He is the founder and CEO of Actualize, a national coding bootcamp and apprenticeship; Anyone Can Learn To Code, an educational company teaching everyone to code through online tutorials, K-12 computer science curriculum, and corporate training.