javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings (by trekhleb)
You-Dont-Know-JS
A book series (2 published editions) on the JS language. (by getify)
javascript-algorithms | You-Dont-Know-JS | |
---|---|---|
124 | 323 | |
193,143 | 183,077 | |
0.4% | 0.1% | |
5.9 | 5.3 | |
7 months ago | 3 months ago | |
JavaScript | ||
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
javascript-algorithms
Posts with mentions or reviews of javascript-algorithms.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-17.
- DSA Study map + Revise All
-
🚀 20 Must-Know GitHub Repositories for Developers in 2025!
6️⃣ JavaScript Algorithms and Data Structures 🧠 📌 https://github.com/trekhleb/javascript-algorithms A collection of JavaScript-based algorithms and data structures with explanations.
-
Beginning my Open Source Journey
While browsing trending repositories on GitHub, I discovered trekhleb's javascript-algorithms repository. This repository focuses on helping new developers learn and implement algorithms, serving as an educational resource rather than a traditional software product. I find this approach appealing, as it aligns with my desire to contribute to projects that empower others to learn and grow.
-
18 GitHub Repos to Learn JavaScript
3 . JavaScript Algorithms and Data Structures This repository contains JavaScript-based examples of many popular algorithms and data structures. Each algorithm and data structure has its own separate README with related explanations and links for further reading (including ones to YouTube videos).
-
Top Github repositories for 10+ programming languages
JS Algorithms JS Algorithms and Data Structures entire documentation teaching ranges of or almost all the DSA required topics javascript-algorithms
- Top 10 GitHub repositoriess for Javascript developers 🚀
- 10 GitHub Repos for Mastering JavaScript
-
Minecraft Grub Theme
I'm reminded of the time when some kid wrote a script to crawl GitHub and create issues[1] about using inclusive language... except it was really dumb, for example: https://github.com/trekhleb/javascript-algorithms/pull/875/f...
[1] E.g.: https://github.com/EbookFoundation/free-programming-books/pu...
-
is there any website that you can practise javascript from complete beginning to mastery
Try codewars or leetcode Or you can use this repo for ds practice https://github.com/trekhleb/javascript-algorithms
-
Is anyone interested in contributing to Ultimate Guide to Algorithm opensource together?
This one is pretty popular too.
You-Dont-Know-JS
Posts with mentions or reviews of You-Dont-Know-JS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-02.
-
Advanced Use of Function.prototype.bind in JS
You Don’t Know JS (book series) by Kyle Simpson
-
Do you need classes in JS/TS? 2025 version
So is it good or bad to use classes? In my opinion, classes are great solutions to a set of particular problems. Using them outside of these problems is adding noise to your codebase. If you don't know how else to write structured code, then it means you must invest in learning more about JavaScript and TypeScript. For further reading I really recommend the books by getify - You don't know JS; class alternatives.
- You-Dont-Know-JS: A book series on the JavaScript language
-
Mastering JavaScript Prototypes: Essential Concepts for Senior Developers
You Don't Know JS
-
You Don’t Know JS Yet: My Weekly Journey Through JavaScript Mastery
[PS: There were many other things on topics like WebAssembly etc, that I have not covered here you can find the full chapter in YDKJSY GitHub repository]
-
জাভাস্ক্রিপ্ট শেখার জন্য ১ বছরের পরিকল্পনা;
You Don’t Know JS: Scope & Closures #### ৫ম মাস: অ্যাসিঙ্ক্রোনাস জাভাস্ক্রিপ্ট
-
JavaScript Types & Coercion Corner Cases
Recently, I've been learning about in-depth JavaScript concepts. This has exposed me to programmer and author Kyle Simpson of the "You Don't Know JS" series.
-
Top 10 GitHub Repositories every Web Developer should know in 2025
This repository has a series of books that explain JavaScript in detail. It's really helpful if you want to understand JavaScript better. I recommend starting with the "Up & Going" book to get a good overview before diving into the others. It has 181k stars 🌟. Explore it here.
-
Full Stack Developer's Roadmap 🗺
✨ HTML & CSS 💫 JavaScript
-
Why I Strongly Believe Knowledge Should Be Free
I was strongly against my parents sending me to private university. I wanted to enrol in a vocational school, to save money most. I had zero faith in our countries education system. And I was not wrong. The university curriculum was vastly lacking in what I knew was standard in the industry. Had I not been working in the industry at the time, my career prospects would have been much worse.. By the time I got a job in Cefalo, one of Bangladesh’s best software companies, my parents could no longer force me to stay in school. I dropped out two years into uni. It had nothing to do with me getting this job. I owe most of my success to Kyle Simpson and Eric Elliott. Kyle's YDKJS taught me the fundamentals of JavaScript. I had not bought his books, rather borrowed them. I am already trying to fix that mistake by gifting some of my students the books. On the other hand, all the blog posts that I read from Eric Elliott were the fundamentals of my coding standard. One of my colleagues in Cefalo pointed out that I got the job because I wrote unit tests-- something engrained in me by Eric. Unfortunately, I could never afford his paid mentorship. Where would my career have been if I had had that opportunity? I wonder.
What are some alternatives?
When comparing javascript-algorithms and You-Dont-Know-JS you can also consider the following projects:
Front-End-Checklist - 🗂 The perfect Front-End Checklist for modern websites and meticulous developers
awesome-cheatsheets - 👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
javascript-es2020-sandbox - This is a place for me to screw around some code and will be the home of my future JavaScript ES2020 Cheat Sheet
33-js-concepts - 📜 33 JavaScript concepts every developer should know.
Web-Dev-For-Beginners - 24 Lessons, 12 Weeks, Get Started as a Web Developer
javascript - JavaScript Style Guide