Algorithmic Thinking

Algorithmic Thinking
Author :
Publisher : No Starch Press
Total Pages : 409
Release :
ISBN-13 : 9781718500808
ISBN-10 : 1718500807
Rating : 4/5 (07 Downloads)

Book Synopsis Algorithmic Thinking by : Daniel Zingaro

Download or read book Algorithmic Thinking written by Daniel Zingaro and published by No Starch Press. This book was released on 2020-12-15 with total page 409 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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. Line-by-line breakdowns of the code will teach you how to use algorithms and data structures like: The breadth-first search algorithm to find the optimal way to play a board game or find the best way to translate a book Dijkstra's algorithm to determine how many mice can exit a maze or the number of fastest routes between two locations The union-find data structure to answer questions about connections in a social network or determine who are friends or enemies The heap data structure to determine the amount of money given away in a promotion The hash-table data structure to determine whether snowflakes are unique or identify compound words in a dictionary NOTE: Each problem in this book is available on a programming-judge website. You'll find the site's URL and problem ID in the description. What's better than a free correctness check?


Algorithmic Thinking Related Books

Algorithmic Thinking
Language: en
Pages: 409
Authors: Daniel Zingaro
Categories: Computers
Type: BOOK - Published: 2020-12-15 - Publisher: No Starch Press

DOWNLOAD EBOOK

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
Code Complete
Language: en
Pages: 952
Authors: Steve McConnell
Categories: Computers
Type: BOOK - Published: 2004-06-09 - Publisher: Pearson Education

DOWNLOAD EBOOK

Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software
Murach's Python Programming (2nd Edition)
Language: en
Pages: 564
Authors: Joel Murach
Categories:
Type: BOOK - Published: 2021-04 - Publisher:

DOWNLOAD EBOOK

If you want to learn how to program but dont know where to start, this is the right book and the right language for you. From the first page, our self-paced app
A Tiny Introduction to JavaScript with Exercises and Puzzles
Language: en
Pages: 150
Authors: Matthew MacDonald
Categories:
Type: BOOK - Published: 2020-11-24 - Publisher:

DOWNLOAD EBOOK

Real coding for complete beginners. Join Matthew MacDonald, author of too-many-tech-books-to-count, as he enters the world of JavaScript-accompanied by friendly
Introduction to Computation and Programming Using Python, second edition
Language: en
Pages: 466
Authors: John V. Guttag
Categories: Computers
Type: BOOK - Published: 2016-08-12 - Publisher: MIT Press

DOWNLOAD EBOOK

The new edition of an introductory text that teaches students the art of computational problem solving, covering topics ranging from simple algorithms to inform