-
Notifications
You must be signed in to change notification settings - Fork 411
Home
Adelhard Schulze edited this page Apr 13, 2022
·
24 revisions
Algorithms.js is a library that puts together JavaScript and basic Computer Science algorithms and data structures.
The intention is to blend academic concepts with the JavaScript bits of insanity, applying Atwood's Law to CS101.
Disclaimer: There can be bugs and incorrectness in the definitions and implementations of the algorithms contained in this package, use them at your own risk and feel free to report and contribute!
This package is available in npm (https://www.npmjs.org/package/algorithms)
npm install algorithms