javascript-algorithms
Algorithms library
Implementations of computer science algorithms in JavaScript.
💻 JavaScript implementations of computer science algorithms
8k stars
258 watching
1k forks
Language: JavaScript
last commit: 9 months ago
Linked from 3 awesome lists
algorithmcomputer-science-algorithmshacktoberfestjavascript
Related projects:
Repository | Description | Stars |
---|---|---|
trekhleb/javascript-algorithms | This repository provides JavaScript implementations of fundamental algorithms and data structures. | 188,874 |
amejiarosario/dsa.js-data-structures-algorithms-javascript | An implementation of data structures and algorithms in JavaScript, providing a reference manual and resource for developers. | 7,625 |
humanwhocodes/computer-science-in-javascript | A collection of classic computer science paradigms and algorithms implemented in JavaScript | 9,072 |
felipernb/algorithms.js | A comprehensive collection of algorithms and data structures implemented in JavaScript | 3,727 |
kolodny/exercises | A collection of coding challenges and interview questions to practice JavaScript programming skills | 4,239 |
mozilla/nunjucks | A templating engine with features like inheritance and asynchronous control, inspired by Jinja2. | 8,606 |
andrewplummer/sugar | A utility library for working with native JavaScript objects | 4,537 |
mochajs/mocha | A test framework for Node.js and browsers that supports Behavior-Driven Development (BDD) and Test-Driven Development (TDD) | 22,648 |
alpinejs/alpine | A minimalist JavaScript framework for building interactive web applications using HTML | 28,530 |
workshopper/javascripting | An interactive terminal-based tutorial to learn JavaScript | 2,871 |
documentationjs/documentation | Automated documentation generation tool for modern JavaScript projects | 5,795 |
trekhleb/homemade-machine-learning | Practices implementing popular machine learning algorithms from scratch to gain a deeper understanding of their mathematics | 23,191 |
paperjs/paper.js | A JavaScript library and framework for creating vector graphics applications using HTML5 Canvas | 14,555 |
mjavascript/practical-modern-javascript | A book series on modern JavaScript development focusing on modularity and ES6 features. | 3,088 |
jsdoc/jsdoc | Generates documentation for JavaScript applications | 15,089 |