Github
Product Hunt
Hacker News
Medium
Github
Product Hunt
Hacker News
Medium
Simply put, algorithms are several steps to solve a specific problem (e.g., sort number, search value, transform data, etc.). Algorithms are an essential toolbox for every programmer. Even if you don't realize it, you use them every day. They are built-in in apps, programming languages, and libraries. However, to make use of them properly, you have to know the tradeoffs so you can choose the best tool for the job.
In this course, you are going to learn:
When you interview with top tech companies, you will be expected up with algorithmic solutions on the spot. Even if you know how to solve the problem, 45 minutes is not enough time. So, you have to prepare for it beforehand and have concepts clear on your mind.
That's why I decided to change that, and I spent years studying algorithms and went back to school to get M.S. in Software (2012), but you don't have to. I realized school doesn't prepare you to think quickly on your feet and also sometimes goes too deep into theoretical concepts that are barely useful. You have to put the effort and keep learning and practicing on your own. This material is streamlined. It covers the fundamental concepts to help you improve your problem-solving skills. This is what I wished I had when I started.
As a programmer, we have to solve problems every day. If you want to solve problems well, then it's good to know about a broad range of solutions. A lot of times, it's more efficient to learn existing resources than stumble upon the answer yourself. The more tools and practice you have, the better. This book helps you understand the tradeoffs among data structures and reason about algorithms performance.
The Data Structure and Algorithms in JavaScript book has 181 pages.
This book explain classical Data Structures and Algorithms and how to implement them using JavaScript. In the process, you’ll learn some fundamental computer science concepts as well. We’ll build these from scratch using JavaScript, but what we learn can be taken and used in any other language, too.
You will learn how to build: queues, stacks, linked lists, graphs, and trees. You’ll learn to implement several different sorting algorithms: bubble, insert, merge, and quick. Each of these lessons will not only teach you their implementation, but the tradeoffs made in choosing one over another. Also, you’ll learn about concepts like Big O notation.
To sum up, this book covers:
No. This course assumes about basic JavaScript experience, no more. We have side notes for every time we use the newer JavaScript (ES6+) syntax.
NO experience with data structures or computer science needed!
There are not many books about Algorithms in JavaScript. This book fills the gap. Also, the concepts in this book apply to any programming language. Some algorithms books even use pseudo-code but providing real programming examples; it's more beneficial.
This book is currently available on PDF (180+ pages), ePub and Mobi.
Yes, there's always room for improvement, and this course will keep getting better. You will have access to the updated versions.
Yes. All course participants receive access to a Slack channel where you can discuss problems and solutions. I'll be sitting on that channel most of the day. Helping you get better is my job.
We accept all major debit and credit cards from customers in every country.
Paypal is not supported on this portal, but you can still buy this book on Gumroad which supports Paypal.
You can ask me any question on Twitter at @iAmAdrianMejia or if don't have Twitter then send me an email.