Dive Into Algorithms: A Pythonic Adventure for the Intrepid Beginner

Dive Into Algorithms: A Pythonic Adventure for the Intrepid Beginner

ISBN: 1718500688

ISBN 13: 9781718500686

Publication Date: January 25, 2021

Publisher: No Starch Press

Pages: 248

Format: Paperback

Author: Bradford Tuckfield

3.92 of 29

Click the button below to register a free account and download the file


Download PDF

Download ePub

*Disclosure:“This post may contain affiliate links and I earn from qualifying purchases”.


A fun yet thorough Python-based introduction to algorithms, which are sets of instructions that allow a computer to solve problems. The book tackles classic algorithms like searching, sorting, and optimization as well as those used in fields like machine learning and artificial intelligence.

Dive Into Algorithms is a thorough introduction to algorithms, which are sets of instructions that allow a computer to solve a problem and are key to the success of many of today's computer applications. Readers learn about many standard computer science algorithms including ones for searching, sorting, and optimization as well as newer ones used in machine learning and artificial intelligence. Readers also learn how to understand "real life" algorithms like how a baseball outfielder uses an algorithm to determine where to run to field a ball; how computers can beat humans at games like chess; how a chatbot can understand and respond to human speech; and how algorithms have been used throughout history. Readers need little more than high school math to understand an algorithm and the Python code needed to implement the algorithm -- all of which is introduced line-by-line in order to make the code as understandable as possible.