GROKKING ALGORITHMS

audiobook (Unabridged) A Comprehensive Beginner's Guide, Tips and Tricks, Simple and Effective methods and Advanced methods to learn and use Grokking Algorithms and Data structures for Programming

By Eric Schmidt

cover image of GROKKING ALGORITHMS
Audiobook icon Visual indication that the title is an audiobook

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today
Libby_app_icon.svg

Find this title in Libby, the library reading app by OverDrive.

app-store-button-en.svg play-store-badge-en.svg
LibbyDevices.png

Search for a digital library with this title

Title found at these libraries:

Loading...

Algorithms will always be the central point of efficient development, and you will use them everywhere. You'll need to use them when writing code, you'll come across them at every coding interview you attend, and they will definitely be part of your daily development work. Even more, they are part of life, and throughout this book, I'll show you some real-world examples of algorithms to help you understand them more easily.

You could start by learning each algorithm individually – this is helpful, but learning how to think algorithmically is even more helpful. If your brain can be trained to understand algorithmic logic and follow it, you'll find it much easier to understand existing algorithms and write your own.

What is algorithmic thinking, though? And how do you use it to help you work through a problem?

How to Use Algorithmic Thinking

For many people, algorithmic thinking is a complete change in their thinking. The concept isn't difficult – it's merely a way of systematically thinking through a problem and finding the solution, much the same way a computer runs. 

GROKKING ALGORITHMS