BOOKS - PROGRAMMING - Algorithmic Thinking A Problem-Based Introduction (Final Releas...
US $7.78
550851
550851
Algorithmic Thinking A Problem-Based Introduction (Final Release)
Author: Daniel Zingaro
Year: 2021
Number of pages: 410
Format: PDF | EPUB
File size: 26 MB
Language: ENG
Year: 2021
Number of pages: 410
Format: PDF | EPUB
File size: 26 MB
Language: ENG
A hands-on, problem-based introduction to building algorithms and data structures to solve problems with a computer.Algorithmic Thinking will teach you how to solve challenging programming problems and design your own algorithms. Daniel Zingaro, a master teacher, draws his examples from world-class programming competitions like USACO and IOI. You'll learn how to classify problems, choose data structures, and identify appropriate algorithms. You'll also learn how your choice of data structure, whether a hash table, heap, or tree, can affect runtime and speed up your algorithms; and how to adopt powerful strategies like recursion, dynamic programming, and binary search to solve challenging problems.