Algorithmic Thinking: A Problem-Based Introduction
Zingaro, Daniel
- 出版商: No Starch Press
- 出版日期: 2020-12-15
- 定價: $1,650
- 售價: 6.0 折 $990
- 語言: 英文
- 頁數: 408
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1718500807
- ISBN-13: 9781718500808
-
相關分類:
Algorithms-data-structures
-
相關翻譯:
演算法邏輯力:工程師必備的演算法解題、設計、加速技巧 (Algorithmic Thinking: A Problem-Based Introduction) (繁中版)
-
其他版本:
Algorithmic Thinking, 2nd Edition: Unlock Your Programming Potential
買這商品的人也買了...
-
$960$864 -
$1,510$1,435 -
$2,500$2,375 -
$550$550 -
$700$665 -
$800$632 -
$800$632 -
$380$323 -
$1,254Data Abstraction & Problem Solving with C++, 6/e (IE-Paperback)
-
$680$578 -
$2,240Fundamentals of Software Architecture: A Comprehensive Guide to Patterns, Characteristics, and Best Practices (Paperback)
-
$2,124Database Internals: A Deep Dive Into How Distributed Data Systems Work (Paperback)
-
$1,888Software Engineering at Google: Lessons Learned from Programming Over Time (Paperback)
-
$1,700$1,615 -
$1,350$1,323 -
$594$564 -
$480$379 -
$2,200$2,090 -
$505極限黑客攻防:CTF 賽題揭秘
-
$419$398 -
$980$774 -
$2,128$2,016 -
$1,710System Design Interview – An Insider's Guide: Volume 2 (Paperback)
-
$750$592 -
$479$455
相關主題
商品描述
A hands-on, problem-based introduction to building algorithms and data structures to solve problems with a computer.
Programming is about using a computer to solve problems, and algorithms and data structures are the building blocks of computer programs. For each problem that a programmer wants to solve, they employ an algorithm: a sequence of steps for solving the problem. Many books teach algorithms independently of specific problems, but this book uses careful explanations, examples, and arguments, rather than formal mathematics and proofs which make it difficult for you to connect what you are learning to what you can do with that learning. Algorithmic Thinking: A Problem-Based Introduction teaches you to use the best algorithms and data structures for a given situation by walking you through solving problems pulled from international programming competitions, such as how to determine whether snowflakes are unique; how to win a game in the minimum number of moves; how to find the number of ways to get to someone's house; how to escape a cave in as few steps as possible; and so on.
You'll tackle challenging topics like recursion, dynamic programming, graphs, greedy algorithms, heaps, hash tables, segment trees, and other data structures for efficiently handling data. The book contains no pseudocode: all code is written in C and is thoroughly explained in the text (C is a de facto programming language for programming competitions). By the end of the book, you should understand the importance of carefully working through a problem, and why it pays to organize data using data structures.
作者簡介
Dr. Daniel Zingaro is an award-winning Assistant Professor of Mathematical and Computational Sciences at the University of Toronto Mississauga, where he is well known for his uniquely interactive approach to teaching, and internationally recognized for his expertise in Active Learning.