

List: $24.99
| Sale: $17.50
Club: $12.49
GROKKING ALGORITHMS
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
Author: Eric Schmidt
Narrator: Ben Herold
Unabridged: 13 hr 59 min
Format: Digital Audiobook Download
Publisher: JLC Publications LLC
Published: 07/05/2023
Categories: Nonfiction, Computers & Technology, Computer Programming
Synopsis
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.