Grokking Algorithms

Grokking Algorithms
Author :
Publisher : Simon and Schuster
Total Pages : 354
Release :
ISBN-10 : 9781638353348
ISBN-13 : 1638353344
Rating : 4/5 (48 Downloads)

Book Synopsis Grokking Algorithms by : Aditya Bhargava

Download or read book Grokking Algorithms written by Aditya Bhargava and published by Simon and Schuster. This book was released on 2016-05-12 with total page 354 pages. Available in PDF, EPUB and Kindle. Book excerpt: "This book does the impossible: it makes math fun and easy!" - Sander Rossel, COAS Software Systems Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python. Learning about algorithms doesn't have to be boring! Get a sneak peek at the fun, illustrated, and friendly examples you'll find in Grokking Algorithms on Manning Publications' YouTube channel. Continue your journey into the world of algorithms with Algorithms in Motion, a practical, hands-on video course available exclusively at Manning.com (www.manning.com/livevideo/algorithms-?in-motion). Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to understand them but refuse to slog through dense multipage proofs, this is the book for you. This fully illustrated and engaging guide makes it easy to learn how to use the most important algorithms effectively in your own programs. About the Book Grokking Algorithms is a friendly take on this core computer science topic. In it, you'll learn how to apply common algorithms to the practical programming problems you face every day. You'll start with tasks like sorting and searching. As you build up your skills, you'll tackle more complex problems like data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python. By the end of this book, you will have mastered widely applicable algorithms as well as how and when to use them. What's Inside Covers search, sort, and graph algorithms Over 400 pictures with detailed walkthroughs Performance trade-offs between algorithms Python-based code samples About the Reader This easy-to-read, picture-heavy introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms. About the Author Aditya Bhargava is a Software Engineer with a dual background in Computer Science and Fine Arts. He blogs on programming at adit.io. Table of Contents Introduction to algorithms Selection sort Recursion Quicksort Hash tables Breadth-first search Dijkstra's algorithm Greedy algorithms Dynamic programming K-nearest neighbors


Grokking Algorithms Related Books

Grokking Algorithms
Language: en
Pages: 354
Authors: Aditya Bhargava
Categories: Computers
Type: BOOK - Published: 2016-05-12 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

"This book does the impossible: it makes math fun and easy!" - Sander Rossel, COAS Software Systems Grokking Algorithms is a fully illustrated, friendly guide t
Grokking Algorithms, Second Edition
Language: en
Pages: 318
Authors: Aditya Y Bhargava
Categories: Computers
Type: BOOK - Published: 2024-03-26 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

A friendly, fully-illustrated introduction to the most important computer programming algorithms. The algorithms you'll use most often as a programmer have alre
Grokking Artificial Intelligence Algorithms
Language: en
Pages: 392
Authors: Rishal Hurbans
Categories: Computers
Type: BOOK - Published: 2020-07-20 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

"From start to finish, the best book to help you learn AI algorithms and recall why and how you use them." - Linda Ristevski, York Region District School Board
A Common-Sense Guide to Data Structures and Algorithms, Second Edition
Language: en
Pages: 714
Authors: Jay Wengrow
Categories: Computers
Type: BOOK - Published: 2020-08-10 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

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 pa
Grokking Functional Programming
Language: en
Pages: 518
Authors: Michal Plachta
Categories: Computers
Type: BOOK - Published: 2023-02-07 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

There’s no need to fear going functional! This friendly, lively, and engaging guide is perfect for any perplexed programmer. It lays out the principles of fun