/algorithmic-thinking

My code studies from the book Algorithm Thinking - A Problem Based Introduction by Daniel Zingaro

Primary LanguageCMIT LicenseMIT

Algorithmic Thinking: A Problem Based Introduction

This repo contains my code studies based on the book Algorithmic Thinking: A Problem Based Introduction by Daniel Zingaro. I also add solutions for the problems listed in his personal webpage.

Book Description

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.

Exercises

The complete exercises list can be found in this link.